Type Definition jack_sys::JCompareFunc

source · []
pub type JCompareFunc = Option<unsafe extern "C" fn(a: *mut c_void, b: *mut c_void) -> c_int>;