use crate::;
/// Invokes `EFI_BOOT_SERVICES.OpenProtocol`.
///
/// # Safety
/// This function don't check anything so the caller is responsible to make sure all arguments is
/// valid for `EFI_BOOT_SERVICES.OpenProtocol()`.
pub unsafe
/// Invokes `EFI_BOOT_SERVICES.OpenProtocol`.
///
/// # Safety
/// This method don't check anything so the caller is responsible to make sure all arguments is
/// valid for `EFI_BOOT_SERVICES.OpenProtocol()`.
pub unsafe