pub type lame_report_function = Option<unsafe extern "C" fn(format: *const c_char, ...)>;
pub enum lame_report_function { None, Some(unsafe extern "C" fn(*const u8, ...)), }
No value.
Some value of type T.
T