pub const ARTIFACT_HEADER_LEN: usize = _; // 52usize
Length of the fixed header that precedes the zstd body: magic(16) || version(4) || content_hash(32).
magic(16) || version(4) || content_hash(32)