or NULL if failed.
blobGetDataWritable
fn
string 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
blob | a blob. |
Returns
Writable blob data,