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