[][src]Type Definition gsl_sys::gsl_bst_cmp_function

type gsl_bst_cmp_function = Option<unsafe extern "C" fn(a: *const c_void, b: *const c_void, params: *mut c_void) -> c_int>;
This is supported on crate feature v2_6 only.