ImPlotAnnotationCollection_AppendV

Function ImPlotAnnotationCollection_AppendV 

Source
pub unsafe extern "C" fn ImPlotAnnotationCollection_AppendV(
    self_: *mut ImPlotAnnotationCollection,
    pos: ImVec2,
    off: ImVec2,
    bg: ImU32,
    fg: ImU32,
    clamp: bool,
    fmt: *const c_char,
    args: va_list,
)