JSTypedArrayBytesDeallocator
A function that deallocates bytes that pass to a typed array constructor.
Declaration
typealias JSTypedArrayBytesDeallocator = (UnsafeMutableRawPointer?, UnsafeMutableRawPointer?) -> VoidParameters
- bytes:
A pointer to the bytes that originally pass to the typed array constructor.
- deallocatorContext :
A pointer to additional information to use when freeing the bytes.