length: u64address: extern union {
data_block: PhysicalAddress,
continuation_pointer: PhysicalAddress,
}pub const UefiCapsuleBlockDescriptor = extern struct {
length: u64,
address: extern union {
data_block: PhysicalAddress,
continuation_pointer: PhysicalAddress,
},
}