add_uint_config
add_uint_config(key, obj, config, type, UINT8_MAX);
add_uint_config(key, obj, config, type, UINT16_MAX);
add_uint_config(key, obj, config, type, UINT32_MAX);
add_uint_config(key, obj, config, type, UINT64_MAX);