pub fn load_file(path: &CStr16) -> Result<Vec<u8>, Status>
Loads a file from the EFI file system.
Returns a [Status] in case of error.
Status