struct Artifact {} impl Artifact { unsafe fn deserialize(bytes: &[u8]) -> Result; fn info(&self) -> &ModuleInfo; fn serialize(&self) -> Result, Error>; fn module(self) -> Module; }