[][src]Type Definition gsl_sys::gsl_comparison_fn_t

type gsl_comparison_fn_t = Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>;