SdlStorageInterfaceWriteFile typedef

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

Implementation

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