pub unsafe extern "C" fn zx_channel_write(
    handle: u32,
    options: u32,
    bytes: *const u8,
    num_bytes: u32,
    handles: *const u32,
    num_handles: u32
) -> i32