BIOSState
typedef struct BIOSState bios_state;
BIOSState()
BIOSState* state = new(std::nothrow) BIOSState;
ObjectDeleter<BIOSState> stateDeleter(state);
static BIOSState* sCurrentBIOSState;