pub unsafe extern "C" fn zx_vmo_replace_as_executable(
    handle: zx_handle_t,
    vmex: zx_handle_t,
    out: *mut zx_handle_t
) -> zx_status_t