pub fn image_write_null(buf: &mut Vec<u8>, atomic_null: bool)Expand description
Writes a NULL element/attribute marker into the image. Non-collection object
attributes use TNS_OBJ_ATOMIC_NULL (253); scalars and collection elements
use TNS_NULL_LENGTH_INDICATOR (255). Reference _pack_value None branch.