pub type sd_log_cb_t = Option<unsafe extern "C" fn(level: sd_log_level_t, text: *const c_char, data: *mut c_void)>;
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