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