pub fn parse_udf_state<R: Read + Seek>(reader: &mut R) -> Option<UdfState>
Try to parse the AVDP → VDS → FSD chain, returning state needed for directory traversal. Returns None if the image lacks a valid UDF structure.
None