xpc_data_get_bytes_ptr(_:)
Returns a pointer to the internal storage of a data object.
Declaration
func xpc_data_get_bytes_ptr(_ xdata: xpc_object_t) -> UnsafeRawPointer?Parameters
- xdata:
The data object which is to be examined.
Return Value
A pointer to the underlying boxed data.