pub fn update_params_from_fields(
    fields: &[ArgField],
    params: &mut HashMap<String, String>
)