Function swap_2_vector_of_uchar

Source
pub unsafe fn swap_2_vector_of_uchar(
    x: impl CastInto<MutRef<VectorOfUchar>>,
    y: impl CastInto<MutRef<VectorOfUchar>>,
)
Expand description

Calls C++ function: void std::swap(std::vector<unsigned char, std::allocator<unsigned char>>& __x, std::vector<unsigned char, std::allocator<unsigned char>>& __y).