Type Definition sundials_sys::CVQuadRhsFnB[][src]

type CVQuadRhsFnB = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, yB: N_Vector, qBdot: N_Vector, user_dataB: *mut c_void) -> c_int>;