pub unsafe extern "C" fn zx_vcpu_create(
    guest: zx_handle_t,
    options: u32,
    entry: zx_vaddr_t,
    out: *mut zx_handle_t
) -> zx_status_t