pub unsafe extern "C" fn CVodeSetMaxNumStepsB(
    cvode_mem: *mut c_void,
    which: c_int,
    mxstepsB: c_long
) -> c_int