freeResult method
Implementation
void freeResult(ffi.Pointer<FFIBytesReturn> result) {
if (!Platform.isWindows) {
malloc.free(result);
}
}
void freeResult(ffi.Pointer<FFIBytesReturn> result) {
if (!Platform.isWindows) {
malloc.free(result);
}
}