Type Alias r_efi::system::BootAllocatePages

source ·
pub type BootAllocatePages = extern "efiapi" fn(_: AllocateType, _: MemoryType, _: usize, _: *mut PhysicalAddress) -> Status;