pub unsafe extern "C" fn aws_ptr_eq(
    a: *const c_void,
    b: *const c_void
) -> bool
Expand description

Equality function which compares pointer equality.