pub fn get_binary<'a>(structure: &'a GffStruct, label: &str) -> Option<&'a [u8]>
Reads a VOID field’s bytes.
VOID
No coercion ladder: nothing else in the format is a byte string, so a field that is not VOID has no reading here.