CVodeInit

Function CVodeInit 

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