Skip to main content

switch_core_session_launch_thread

Function switch_core_session_launch_thread 

Source
pub unsafe extern "C" fn switch_core_session_launch_thread(
    session: *mut switch_core_session_t,
    func: Option<unsafe extern "C" fn(arg1: *mut switch_thread_t, arg2: *mut c_void) -> *mut c_void>,
    obj: *mut c_void,
)