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