GDExtensionInterfaceStringNewWithWideChars typedef

GDExtensionInterfaceStringNewWithWideChars = Pointer<NativeFunction<GDExtensionInterfaceStringNewWithWideCharsFunction>>

@name string_new_with_wide_chars @since 4.1

Creates a String from a wide C string.

@param r_dest A pointer to a Variant to hold the newly created String. @param p_contents A pointer to a wide C string (null terminated).

Implementation

typedef GDExtensionInterfaceStringNewWithWideChars =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceStringNewWithWideCharsFunction>
    >;