GDExtensionInterfaceFileAccessStoreBuffer typedef

GDExtensionInterfaceFileAccessStoreBuffer = Pointer<NativeFunction<GDExtensionInterfaceFileAccessStoreBufferFunction>>

@name file_access_store_buffer @since 4.1

Stores the given buffer using an instance of FileAccess.

@param p_instance A pointer to a FileAccess object. @param p_src A pointer to the buffer. @param p_length The size of the buffer.

@see FileAccess::store_buffer()

Implementation

typedef GDExtensionInterfaceFileAccessStoreBuffer =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceFileAccessStoreBufferFunction>
    >;