pub const queue_priority_t = enum(c_long)
pub const queue_priority_t = enum(c_long) { HIGH = 2, DEFAULT = 0, LOW = -1, BACKGROUND = std.math.minInt(i16), _, }