pub const CLOSE_RANGE = packed struct(u32)
pub const CLOSE_RANGE = packed struct(u32) {
/// Unshare the file descriptor table before closing file descriptors.
UNSHARE: bool, // 0x00000001
/// Set the FD_CLOEXEC bit instead of closing the file descriptor.
CLOEXEC: bool, // 0x00000002
_: u30 = 0,
}