pub type cdio_log_handler_t = Option<unsafe extern "C" fn(level: cdio_log_level_t, message: *const c_char)>;
pub enum cdio_log_handler_t { None, Some(unsafe extern "C" fn(u32, *const i8)), }
No value.
Some value of type T.
T