pub fn put_raw<HashFn, R>(hash: &HashFn, key: &[u8], value: &[u8]) where HashFn: Fn(&[u8]) -> R, R: AsRef<[u8]>,
Put a raw byte slice into storage.