pub type Logger_DescribeError = Option<unsafe extern "C" fn(res: cc_result, dst: *mut cc_string) -> cc_bool>;
enum Logger_DescribeError { None, Some(unsafe extern "C" fn(_: u32, _: *mut cc_string_) -> u8), }
No value.
Some value of type T.
T