/// Define the version number of the elf specification
////// Version define possible values for the version number
/// Its store in the seventh byte of the identifaction 16 bits called `e_ident`
pubstructVERSION{}implVERSION{/// invalid version
pubconstNONE:u8=0;/// current elf version
pubconstCURRENT:u8=1;}