pub unsafe extern "C" fn switch_thread_create(
new_thread: *mut *mut switch_thread_t,
attr: *mut switch_threadattr_t,
func: switch_thread_start_t,
data: *mut c_void,
cont: *mut switch_memory_pool_t,
) -> switch_status_tpub unsafe extern "C" fn switch_thread_create(
new_thread: *mut *mut switch_thread_t,
attr: *mut switch_threadattr_t,
func: switch_thread_start_t,
data: *mut c_void,
cont: *mut switch_memory_pool_t,
) -> switch_status_t