pub type sigval_t = sigval;
union sigval_t { pub sival_int: i32, pub sival_ptr: *mut c_void, }
sival_int: i32
sival_ptr: *mut c_void
source