pub type SUNQRAddFn = Option<unsafe extern "C" fn(Q: *mut N_Vector, R: *mut sunrealtype, f: N_Vector, m: c_int, mMax: c_int, QR_data: *mut c_void) -> c_int>;Aliased Type§
pub enum SUNQRAddFn {
None,
Some(unsafe extern "C" fn(*mut *mut _generic_N_Vector, *mut f64, *mut _generic_N_Vector, i32, i32, *mut c_void) -> i32),
}