[][src]Function sundials_sys::CVodeInit

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