pub const futex_param4 = extern union
pub const futex_param4 = extern union {
timeout: ?*const timespec,
/// On all platforms only the bottom 32-bits of `val2` are relevant.
/// This is 64-bit to match the pointer in the union.
val2: usize,
}