pub type nn_parameter_t = nn_parameter;
struct nn_parameter_t { pub parameterid: u16, pub length: u16, }
parameterid: u16
length: u16