pub unsafe extern "C" fn CVodeGetQuadSensDky1(
    cvode_mem: *mut c_void,
    t: realtype,
    k: c_int,
    is: c_int,
    dkyQS: N_Vector
) -> c_int