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