CFBagRemoveValue(_:_:)
Removes a value from a mutable bag.
Declaration
func CFBagRemoveValue(_ theBag: CFMutableBag!, _ value: UnsafeRawPointer!)Parameters
- theBag:
The bag from which
valueis to be removed. - value:
The value to be removed from the collection.