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