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