pub type jack_thread_creator_t = Option<unsafe extern "C" fn(*mut u32, *const pthread_attr_t, Option<extern "C" fn(*mut c_void) -> *mut c_void>, *mut c_void) -> i32>;Aliased Type§
pub enum jack_thread_creator_t {
None,
Some(unsafe extern "C" fn(*mut u32, *const pthread_attr_t, Option<extern "C" fn(*mut c_void) -> *mut c_void>, *mut c_void) -> i32),
}