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