pub unsafe extern "C" fn aws_array_eq(
    array_a: *const c_void,
    len_a: usize,
    array_b: *const c_void,
    len_b: usize
) -> bool
Expand description

Compare two arrays. Return whether their contents are equivalent. NULL may be passed as the array pointer if its length is declared to be 0.