pub type task_wdt_msg_handler = Option<unsafe extern "C" fn(opaque: *mut c_void, msg: *const c_char)>;
pub enum task_wdt_msg_handler { None, Some(unsafe extern "C" fn(*mut c_void, *const u8)), }
No value.
Some value of type T.
T