pub fn storage_write_32(key: &[u8; 32], value: &[u8; 32]) -> Result<()>
Writes a 32-byte value to storage at the given 32-byte key.