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