pub unsafe extern "C" fn av_bprintf(
    buf: *mut AVBPrint,
    fmt: *const c_char
    ...
)
Expand description

Append a formatted string to a print buffer.