pub unsafe extern "C" fn av_buffer_default_free( opaque: *mut c_void, data: *mut u8, )
Default free callback, which calls av_free() on the buffer data. This function is meant to be passed to av_buffer_create(), not called directly.