pub type Result<T> = Result<ManuallyDrop<T>, String>;
Result type for ToShmem::to_shmem.
The String is an error message describing why the call failed.