pub type ErrorHandler = Option<unsafe extern "C" fn(severity: ExceptionType, reason: *const c_char, description: *const c_char)>;
pub enum ErrorHandler { None, Some(unsafe extern "C" fn(u32, *const i8, *const i8)), }
No value.
Some value of type T.
T