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