SdlStorageInterfaceReadFile typedef

SdlStorageInterfaceReadFile = Bool Function(Pointer<Void> userdata, Pointer<Utf8> path, Pointer<Void> destination, Uint64 length)

Implementation

typedef SdlStorageInterfaceReadFile =
    Bool Function(
      Pointer<Void> userdata,
      Pointer<Utf8> path,
      Pointer<Void> destination,
      Uint64 length,
    );