vbt_header
if ((*vbtOffset + (uint32)sizeof(vbt_header)) >= kVBIOSSize) {
struct vbt_header* vbt = (struct vbt_header*)(vbios.memory + *vbtOffset);
struct vbt_header* vbt = (struct vbt_header*)(vbios.memory + vbtOffset);