pub type k_thread_entry_t = Option<unsafe extern "C" fn(p1: *mut c_void, p2: *mut c_void, p3: *mut c_void)>;
enum k_thread_entry_t { None, Some(unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void)), }
No value.
Some value of type T.
T