[][src]Type Definition uefi_ffi::EFI_ALLOCATE_POOL

type EFI_ALLOCATE_POOL = Option<unsafe extern "C" fn(PoolType: EFI_MEMORY_TYPE, Size: usize, Buffer: *mut *mut u8) -> EFI_STATUS>;