pub fn enum_from_value(
    paths: &DirPaths,
    output_scope: &mut Scope,
    value: Value,
    enum_name: String,
    defaults: Option<HashMap<u8, EnumData>>
) -> Result<(), Box<dyn Error>>