pub type PatchId = Hash;
A patch identifier — currently identical to a BLAKE3 hash of the patch content.
pub struct PatchId(pub [u8; 32]);
0: [u8; 32]