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