pub unsafe extern "C" fn fz_write_bits(
ctx: *mut fz_context,
out: *mut fz_output,
data: c_uint,
num_bits: c_int,
)Expand description
Write num_bits of data to the end of the output stream, assumed to be packed
most significant bits first.