Function pallet_housing_fund::storage::hashed::get_raw   
pub fn get_raw<HashFn, R>(hash: &HashFn, key: &[u8]) -> Option<Vec<u8, Global>>where
    HashFn: Fn(&[u8]) -> R,
    R: AsRef<[u8]>,Expand description
Get a Vec of bytes from storage.