pub unsafe extern "C" fn zx_fifo_write( handle: u32, elem_size: usize, data: *const u8, count: usize, actual_count: *mut usize, ) -> i32