freeString method
freeBlurhash : Frees the blurhash string Parameters : blurhash : Blurhash string pointer which will be freed. Returns : void (None)
Implementation
void freeString(
ffi.Pointer<ffi.Char> blurhash,
) {
return _freeString(
blurhash,
);
}