Type Definition os_task_func_t
mynewt::kernel::os
type os_task_func_t = Option<unsafe extern "C" fn(arg1: *mut c_void)>;