pub type sd_log_cb_t = Option<unsafe extern "C" fn(level: sd_log_level_t, text: *const c_char, data: *mut c_void)>;
pub enum sd_log_cb_t { None, Some(unsafe extern "C" fn(sd_log_level_t, *const i8, *mut c_void)), }
No value.
Some value of type T.
T