pub type LANA_ENUM = _LANA_ENUM;
struct LANA_ENUM { pub length: u8, pub lana: [u8; 255], }
length: u8
lana: [u8; 255]