pub type StarnixVolumeProviderMountResult = Result<[u8; 16], i32>;
pub enum StarnixVolumeProviderMountResult { Ok([u8; 16]), Err(i32), }
Contains the success value
Contains the error value