Zig's version of SIGRTMIN. Actually a function.
pub const sigrtmin = switch (native_os)
pub const sigrtmin = switch (native_os) { .openbsd => {}, else => sigrt_private.sigrtmin, }