DecodeSystemPointer method
Implementation
ffi.Pointer<ffi.Void> DecodeSystemPointer(
ffi.Pointer<ffi.Void> Ptr,
) {
return (_DecodeSystemPointer ??= _dylib.lookupFunction<
_c_DecodeSystemPointer,
_dart_DecodeSystemPointer>('DecodeSystemPointer'))(
Ptr,
);
}