[][src]Function csound_sys::csoundCreateThread

pub unsafe extern "C" fn csoundCreateThread(
    threadRoutine: Option<unsafe extern "C" fn(arg1: *mut c_void) -> usize>,
    userdata: *mut c_void
) -> *mut c_void