type: DevicePath.Typesubtype: Subtypelength: u16 align(1)interface_type: u8base_address: u64 align(1)pub const BmcDevicePath = extern struct {
type: DevicePath.Type,
subtype: Subtype,
length: u16 align(1),
interface_type: u8,
base_address: u64 align(1),
}