pub fn decode_from_raw_ptr<T>(ptr: raw_ptr) -> T
where
    T: AbiDecode,
Expand description