#pragma once #include void string_view_to_string(std::string &str, std::string_view sv); void destroy_string(std::string &str);