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