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