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