Function mach_port_insert_right [src]
Alias for std.c.darwin.mach_port_insert_right
Prototype
pub extern "c" fn mach_port_insert_right( task: ipc_space_t, name: mach_port_name_t, right: mach_port_t, right_type: mach_msg_type_name_t, ) kern_return_t
Parameters
task: ipc_space_t
name: mach_port_name_t
right: mach_port_t
right_type: mach_msg_type_name_t
Source
pub extern "c" fn mach_port_insert_right(
task: ipc_space_t,
name: mach_port_name_t,
right: mach_port_t,
right_type: mach_msg_type_name_t,
) kern_return_t