#pragma once #include namespace dark { using target_size_t = std::uint32_t; using target_ssize_t = std::int32_t; } // namespace dark