pub unsafe extern "C" fn gst_bit_writer_put_bytes(
    bitwriter: *mut GstBitWriter,
    data: *const u8,
    nbytes: c_uint
) -> gboolean