struct Wrapper {
string value;
}
function set(bytes32 slot, string value) internal
function get(bytes32 slot) internal view returns (string value)
function clear(bytes32 slot) internal
function _getStorageStruct(bytes32 slot) internal pure returns (struct StringStorage.Wrapper wrapper)