pub type __signalfn_t = Option<unsafe extern "C" fn(arg1: c_int)>;
enum __signalfn_t { None, Some(unsafe extern "C" fn(_: i32)), }
No value.
Some value of type T.
T