pub type switch_thread_start_t = Option<unsafe extern "C" fn(arg1: *mut switch_thread_t, arg2: *mut c_void) -> *mut c_void>;Aliased Type§
pub enum switch_thread_start_t {
None,
Some(unsafe extern "C" fn(*mut fspr_thread_t, *mut c_void) -> *mut c_void),
}