Type Alias r_efi::system::BootAllocatePool

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