pub unsafe extern "C" fn dispatch_write(
fd: dispatch_fd_t,
data: dispatch_data_t,
queue: dispatch_queue_t,
handler: *mut c_void,
)Expand description
Apple SDK function dispatch_write.
pub unsafe extern "C" fn dispatch_write(
fd: dispatch_fd_t,
data: dispatch_data_t,
queue: dispatch_queue_t,
handler: *mut c_void,
)Apple SDK function dispatch_write.