pub unsafe extern "C" fn gst_codec_utils_opus_create_header(
    rate: u32,
    channels: u8,
    channel_mapping_family: u8,
    stream_count: u8,
    coupled_count: u8,
    channel_mapping: *const u8,
    pre_skip: u16,
    output_gain: i16
) -> *mut GstBuffer