[][src]Type Definition uefi_ffi::EFI_OPEN_PROTOCOL

type EFI_OPEN_PROTOCOL = Option<unsafe extern "C" fn(Handle: EFI_HANDLE, Protocol: *mut EFI_GUID, Interface: *mut *mut u8, AgentHandle: EFI_HANDLE, ControllerHandle: EFI_HANDLE, Attributes: u32) -> EFI_STATUS>;