pub unsafe extern "C" fn gst_audio_channel_mixer_new_with_matrix(
    flags: GstAudioChannelMixerFlags,
    format: GstAudioFormat,
    in_channels: c_int,
    out_channels: c_int,
    matrix: *mut *mut c_float
) -> *mut GstAudioChannelMixer