lame_report_function

Type Alias lame_report_function 

Source
pub type lame_report_function = Option<unsafe extern "C" fn(format: *const c_char, ...)>;

Aliased Type§

pub enum lame_report_function {
    None,
    Some(unsafe extern "C" fn(*const u8, ...)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u8, ...))

Some value of type T.