GDExtensionInterfaceImagePtr typedef
@name image_ptr @since 4.3
Returns read only pointer to internal Image buffer.
@param p_instance A pointer to a Image object.
@return Pointer to internal Image buffer.
@see Image::ptr()
Implementation
typedef GDExtensionInterfaceImagePtr =
ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceImagePtrFunction>>;