Function from_raw

Source
pub unsafe fn from_raw<'de, T>(ptr: *const u8) -> Result<T>
where T: Deserialize<'de>,