struct AmbiguousOption
Defined at line 202 of file ../../zircon/system/ulib/lockdep/include/lockdep/lock_policy.h
Sentinel type used to prevent mixing LOCK_DEP_POLICY_OPTION and
LOCK_DEP_POLICY on same lock type. Mixing these macros on the same lock type
causes a static assert in Guard for that lock type.