pub type HeapRegion_t = HeapRegion;
struct HeapRegion_t { pub pucStartAddress: *mut u8, pub xSizeInBytes: usize, }
pucStartAddress: *mut u8
xSizeInBytes: usize