pub unsafe extern "C" fn grpc_auth_context_find_properties_by_name(
    ctx: *const grpc_auth_context,
    name: *const c_char
) -> grpc_auth_property_iterator
Expand description

Finds a property in the context. May return an empty iterator (first _next will return NULL) if no property with this name was found in the context.