pub unsafe extern "C" fn CVodeSetMaxStepB(
    cvode_mem: *mut c_void,
    which: c_int,
    hmaxB: realtype
) -> c_int