use ChunkType;
/// Private chunk type for macOS metadata (AppleDouble format).
/// Name follows PNA chunk naming convention where case has semantic meaning:
/// - lowercase first letter: ancillary (not critical)
/// - lowercase second letter: private (not public)
/// - uppercase third letter: reserved
/// - lowercase fourth letter: safe to copy
pub const maMd: ChunkType = unsafe ;