Type Alias r_efi::protocols::pci_io::ProtocolAllocateBuffer

source ยท
pub type ProtocolAllocateBuffer = extern "efiapi" fn(_: *mut Protocol, _: AllocateType, _: MemoryType, _: usize, _: *mut *mut c_void, _: Attribute) -> Status;