pub type CondHandler = Option<unsafe extern "C" fn(arg1: *mut *mut c_char, arg2: c_int) -> c_int>;
pub enum CondHandler { None, Some(unsafe extern "C" fn(*mut *mut i8, i32) -> i32), }
No value.
Some value of type T.
T