pub fn normalized_sql_fingerprint(sql: &str) -> [u8; 32]
SHA-256 of SQL normalized with the same literal- and comment-aware rules used by the query-plan cache. Safe for protocol request binding without retaining raw SQL.