pub unsafe extern "C" fn zx_process_create_shared(
    shared_proc: zx_handle_t,
    options: u32,
    name: *const u8,
    name_size: usize,
    proc_handle: *mut zx_handle_t,
    restricted_vmar_handle: *mut zx_handle_t
) -> zx_status_t