pub unsafe extern "C" fn avpriv_copy_bits( pb: *mut PutBitContext, src: *const u8, length: c_int, )
Copy the content of src to the bitstream.
@param length the number of bits of src to copy