pub unsafe extern "C" fn aws_hash_iter_is_valid(
iter: *const aws_hash_iter
) -> bool
Expand description
Given a pointer to a hash_iter, checks that it is well-formed, with all data-structure invariants.
pub unsafe extern "C" fn aws_hash_iter_is_valid(
iter: *const aws_hash_iter
) -> bool
Given a pointer to a hash_iter, checks that it is well-formed, with all data-structure invariants.