pub unsafe fn swap_2_w_string(
lhs: impl CastInto<MutRef<WString>>,
rhs: impl CastInto<MutRef<WString>>,
)Expand description
Calls C++ function: void std::swap(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>>& __lhs, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>>& __rhs).