pub const source_memorypressure_flags_t = packed struct(usize)
pub const source_memorypressure_flags_t = packed struct(usize) { NORMAL: bool = false, WARN: bool = false, CRITICAL: bool = false, unused3: @Int(.unsigned, @bitSizeOf(usize) - 3) = 0, }