pub(crate) fn compute_fingerprint_rabin(canonical_form: &str) -> u64
为给定的规范模式字符串计算 64 位 Rabin 指纹。此实现基于 Avro 规范中的模式指纹计算。