fn decode_from_memory( ty: &DynSolType, memory: &[u8], location: usize, ) -> Option<DynSolValue>
Decodes given [DynSolType] from memory.