pub unsafe extern "C" fn aws_array_list_swap(
    list: *mut aws_array_list,
    a: usize,
    b: usize
)
Expand description

Swap elements at the specified indices, which must be within the bounds of the array.