pub unsafe extern "C" fn CVodeGetQuadSens1(
    cvode_mem: *mut c_void,
    tret: *mut realtype,
    is: c_int,
    yQSout: N_Vector
) -> c_int