Type Definition jack_sys::jack_thread_creator_t [] [src]

type jack_thread_creator_t = Option<unsafe extern "C" fn(_: *mut pthread_t, _: *const pthread_attr_t, _: Option<extern "C" fn(_: *mut c_void) -> *mut c_void>, _: *mut c_void) -> c_int>;