GDExtensionInterfaceXmlParserOpenBuffer typedef

GDExtensionInterfaceXmlParserOpenBuffer = Pointer<NativeFunction<GDExtensionInterfaceXmlParserOpenBufferFunction>>

@name xml_parser_open_buffer @since 4.1

Opens a raw XML buffer on an XMLParser instance.

@param p_instance A pointer to an XMLParser object. @param p_buffer A pointer to the buffer. @param p_size The size of the buffer.

@return A Godot error code (ex. OK, ERR_INVALID_DATA, etc).

@see XMLParser::open_buffer()

Implementation

typedef GDExtensionInterfaceXmlParserOpenBuffer =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceXmlParserOpenBufferFunction>
    >;