pub unsafe extern "C" fn dispatch_io_create(
type_: dispatch_io_type_t,
fd: dispatch_fd_t,
queue: dispatch_queue_t,
cleanup_handler: *mut c_void,
) -> dispatch_io_tExpand description
Apple SDK function dispatch_io_create.
pub unsafe extern "C" fn dispatch_io_create(
type_: dispatch_io_type_t,
fd: dispatch_fd_t,
queue: dispatch_queue_t,
cleanup_handler: *mut c_void,
) -> dispatch_io_tApple SDK function dispatch_io_create.