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