Type Alias r_efi::system::BootGetMemoryMap

source ยท
pub type BootGetMemoryMap = extern "efiapi" fn(_: *mut usize, _: *mut MemoryDescriptor, _: *mut usize, _: *mut usize, _: *mut u32) -> Status;