pub type t_perfroutine = Option<unsafe extern "C" fn(args: *mut t_int) -> *mut t_int>;
pub enum t_perfroutine { None, Some(unsafe extern "C" fn(*mut i32) -> *mut i32), }
No value.
Some value of type T.
T