[][src]Function sundials_sys::CVode

pub unsafe extern "C" fn CVode(
    cvode_mem: *mut c_void,
    tout: realtype,
    yout: N_Vector,
    tret: *mut realtype,
    itask: c_int
) -> c_int