pub type sighandler_t = __sighandler_t;
pub enum sighandler_t { None, Some(unsafe extern "C" fn(i32)), }
No value.
Some value of type T.
T