Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unexport [Un]InstallMultipleProtocolInterfaces
These two functions are defined as variadic (use `...`) which is currently only available for the `C` and `cdecl` ABIs. Make them unavailable until the feature is stabilized for `efiapi`. Ref: rust-lang/rust#100189 Signed-off-by: Tim Crawford <[email protected]>
- Loading branch information