GDExtensionInterfaceArrayRef typedef
@name array_ref @since 4.1
Sets an Array to be a reference to another Array object.
@param p_self A pointer to the Array object to update. @param p_from A pointer to the Array object to reference.
Implementation
typedef GDExtensionInterfaceArrayRef =
ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceArrayRefFunction>>;