pub type FileGetBackingMemoryResult = Result<Vmo, i32>;
enum FileGetBackingMemoryResult { Ok(Vmo), Err(i32), }
Contains the success value
Contains the error value