[][src]Type Definition uefi_ffi::EFI_GET_MEMORY_MAP

type EFI_GET_MEMORY_MAP = Option<unsafe extern "C" fn(MemoryMapSize: *mut usize, MemoryMap: *mut EFI_MEMORY_DESCRIPTOR, MapKey: *mut usize, DescriptorSize: *mut usize, DescriptorVersion: *mut u32) -> EFI_STATUS>;