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