pub const mach_port_right_t = enum(natural_t)
pub const mach_port_right_t = enum(natural_t) { SEND = 0, RECEIVE = 1, SEND_ONCE = 2, PORT_SET = 3, DEAD_NAME = 4, /// Obsolete right LABELH = 5, /// Right not implemented NUMBER = 6, _, }