Function sundials_sys::CVodeF[][src]

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