pub fn hash_key_aes_safe(key: &[u8]) -> Option<u32>
Compute hash using AES-NI instructions for better performance.
Returns None if AES-NI is not supported on this CPU.