blobGetDataWritable

fnstring blobGetDataWritable(harfbuzz.blob.Blob blob)

Tries to make blob data writable (possibly copying it) and return pointer to data.

Fails if blob has been made immutable, or if memory allocation fails.

Parameters

bloba blob.

Returns

Writable blob data,

or NULL if failed.