pub fn parse(volume: &[u8]) -> Option<HfsVolume>Expand description
Parse the HFS+/HFSX volume header from a buffer that begins at the volume
start (the header is read at offset 1024). Returns None if the buffer is
too short or carries no HFS+ signature.