pub unsafe extern "C" fn av_channel_layout_describe(
    channel_layout: *const AVChannelLayout,
    buf: *mut c_char,
    buf_size: usize
) -> c_int