pub unsafe extern "C" fn gst_audio_ring_buffer_read(
    buf: *mut GstAudioRingBuffer,
    sample: u64,
    data: *mut u8,
    len: c_uint,
    timestamp: *mut GstClockTime
) -> c_uint