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