GDExtensionInterfaceStringOperatorPlusEqC32str typedef
GDExtensionInterfaceStringOperatorPlusEqC32str = Pointer<NativeFunction<GDExtensionInterfaceStringOperatorPlusEqC32strFunction> >
@name string_operator_plus_eq_c32str @since 4.1
Appends a UTF-32 encoded C string to a String.
@param p_self A pointer to the String. @param p_b A pointer to a UTF-32 encoded C string (null terminated).
Implementation
typedef GDExtensionInterfaceStringOperatorPlusEqC32str =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceStringOperatorPlusEqC32strFunction>
>;