pub unsafe extern "C" fn zx_thread_create(
process: zx_handle_t,
name: *const u8,
name_size: usize,
options: u32,
out: *mut zx_handle_t,
) -> zx_status_t
pub unsafe extern "C" fn zx_thread_create(
process: zx_handle_t,
name: *const u8,
name_size: usize,
options: u32,
out: *mut zx_handle_t,
) -> zx_status_t