pub unsafe extern "C" fn av_bprint_append_data(
buf: *mut AVBPrint,
data: *const c_char,
size: c_uint,
)Expand description
Append data to a print buffer.
@param buf bprint buffer to use @param data pointer to data @param size size of data