pub unsafe extern "C" fn av_bprint_chars(
    buf: *mut AVBPrint,
    c: c_char,
    n: c_uint
)
Expand description

Append char c n times to a print buffer.