CeedVectorViewRange

Function CeedVectorViewRange 

Source
pub unsafe extern "C" fn CeedVectorViewRange(
    vec: CeedVector,
    start: CeedSize,
    stop: CeedSize,
    step: CeedInt,
    fp_fmt: *const c_char,
    stream: *mut FILE,
) -> c_int