Skip to main content

MdfCLogFunction1

Type Alias MdfCLogFunction1 

Source
pub type MdfCLogFunction1 = Option<unsafe extern "C" fn(severity: MdfLogSeverity, text: *const c_char)>;

Aliased Type§

pub enum MdfCLogFunction1 {
    None,
    Some(unsafe extern "C" fn(MdfLogSeverity, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(MdfLogSeverity, *const i8))

Some value of type T.