[][src]Function sundials_sys::CVodeReInit

pub unsafe extern "C" fn CVodeReInit(
    cvode_mem: *mut c_void,
    t0: realtype,
    y0: N_Vector
) -> c_int