[][src]Function cpp_std::swap_2_vector_of_u8

pub unsafe fn swap_2_vector_of_u8(
    x: impl CastInto<MutRef<VectorOfU8>>,
    y: impl CastInto<MutRef<VectorOfU8>>
)

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