pub unsafe extern "C" fn gst_bit_writer_put_bits_uint8(
    bitwriter: *mut GstBitWriter,
    value: u8,
    nbits: c_uint
) -> gboolean