pub unsafe extern "C" fn gst_bit_reader_peek_bits_uint8(
    reader: *const GstBitReader,
    val: *mut u8,
    nbits: c_uint
) -> gboolean