pub type HLowLevelErrorCallbackProc = Option<unsafe extern "C" fn(err: *const c_char)>;
pub enum HLowLevelErrorCallbackProc { None, Some(unsafe extern "C" fn(*const i8)), }
No value.
Some value of type T.
T