Allows handling uefi function errors in a more zig-style way with try and catch, using `try f().err()` when a `Status` is returned.
Allows handling uefi function errors in a more zig-style way with try and catch, using `try f().err()` when a `Status` is returned.