pub unsafe extern "C" fn dispatch_io_write(
channel: dispatch_io_t,
offset: off_t,
data: dispatch_data_t,
queue: dispatch_queue_t,
io_handler: dispatch_io_handler_t,
)Expand description
Apple SDK function dispatch_io_write.
pub unsafe extern "C" fn dispatch_io_write(
channel: dispatch_io_t,
offset: off_t,
data: dispatch_data_t,
queue: dispatch_queue_t,
io_handler: dispatch_io_handler_t,
)Apple SDK function dispatch_io_write.