DecodeSystemPointer method

Pointer<Void> DecodeSystemPointer(
  1. Pointer<Void> Ptr
)

Implementation

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