#![allow(non_snake_case)]// turn off warning about snake_case name
#![allow(non_camel_case_types)]// turn off warning about upper camel case type name
#![allow(dead_code)]// turn off warning about upper camel case type name
pubmodCPU;pubmodOS;pubmodShellcode;