Function core_foundation::mach_port::CFMachPortCreateWithPort
source ยท pub unsafe extern "C" fn CFMachPortCreateWithPort(
allocator: *const c_void,
portNum: u32,
callout: extern "C" fn(_: *mut __CFMachPort, _: *mut c_void, _: isize, _: *mut c_void),
context: *mut CFMachPortContext,
shouldFreeInfo: *mut u8,
) -> *mut __CFMachPort