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 i64) -> *mut i64), }
No value.
Some value of type T.
T