pub unsafe fn swap_2_vector_of_wchar_t(
x: impl CastInto<MutRef<VectorOfWcharT>>,
y: impl CastInto<MutRef<VectorOfWcharT>>,
)Expand description
Calls C++ function: void std::swap(std::vector<wchar_t, std::allocator<wchar_t>>& __x, std::vector<wchar_t, std::allocator<wchar_t>>& __y).