SdlStorageInterfaceReadFileDart typedef

SdlStorageInterfaceReadFileDart = bool Function(Pointer<Void> userdata, Pointer<Utf8> path, Pointer<Void> destination, int length)

Implementation

typedef SdlStorageInterfaceReadFileDart = bool Function(
  Pointer<Void> userdata,
  Pointer<Utf8> path,
  Pointer<Void> destination,
  int length,
);