GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsAndLen typedef

GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsAndLen = Pointer<NativeFunction<GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsAndLenFunction>>

@name editor_help_load_xml_from_utf8_chars_and_len @since 4.3

Loads new XML-formatted documentation data in the editor.

The provided pointer can be immediately freed once the function returns.

@param p_data A pointer to a UTF-8 encoded C string. @param p_size The number of bytes (not code units).

Implementation

typedef GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsAndLen =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsAndLenFunction
      >
    >;