pub(crate) fn create_struct( name: &str, fields_def: Vec<(&str, Symbol)>, build_std: bool, ) -> Box<Item>