pub const source_flags_t = packed union(usize)
pub const source_flags_t = packed union(usize) { raw: usize, MACH_SEND: source_mach_send_flags_t, MACH_RECV: source_mach_recv_flags_t, MEMORYPRESSURE: source_memorypressure_flags_t, PROC: source_proc_flags_t, VNODE: source_vnode_flags_t, pub const none: source_flags_t = .{ .raw = 0 }; }