EncodeSystemPointer method

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

Implementation

ffi.Pointer<ffi.Void> EncodeSystemPointer(
  ffi.Pointer<ffi.Void> Ptr,
) {
  return (_EncodeSystemPointer ??= _dylib.lookupFunction<
      _c_EncodeSystemPointer,
      _dart_EncodeSystemPointer>('EncodeSystemPointer'))(
    Ptr,
  );
}