Example usage: ```rust // Note: 2^32 bytes are the limit for allocations on this heap
static A: BogoAlloc<32> = BogoAlloc::new(); ```