pub fn image_write_value_bytes(buf: &mut Vec<u8>, value: &[u8]) -> Result<()>Expand description
Writes a length-prefixed value into a DbObject pickle image buffer using the
DbObject image write_length format: 245-byte short cutoff, or 0xfe
followed by one big-endian uint32 length and the full value bytes.