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