pub unsafe extern "C" fn CVodeSetMinStep(
    cvode_mem: *mut c_void,
    hmin: realtype
) -> c_int