WritePointerRelease method
Implementation
void WritePointerRelease(
ffi.Pointer<ffi.Pointer<ffi.Void>> Destination,
ffi.Pointer<ffi.Void> Value,
) {
return (_WritePointerRelease ??= _dylib.lookupFunction<
_c_WritePointerRelease,
_dart_WritePointerRelease>('WritePointerRelease'))(
Destination,
Value,
);
}