Type Definition sqa_jack::jack_thread_creator_t

source ·
pub type jack_thread_creator_t = Option<unsafe extern "C" fn(_: *mut u64, _: *const pthread_attr_t, _: Option<extern "C" fn(_: *mut c_void) -> *mut c_void>, _: *mut c_void) -> i32>;