pub unsafe extern "C" fn CVodeSetMaxStepsBetweenJac(
    cvode_mem: *mut c_void,
    msbj: c_long
) -> c_int