DartGDExtensionInterfacePrintWarningFunction typedef
DartGDExtensionInterfacePrintWarningFunction =
void Function(Pointer<Char> p_description, Pointer<Char> p_function, Pointer<Char> p_file, int p_line, DartGDExtensionBool p_editor_notify)
Implementation
typedef DartGDExtensionInterfacePrintWarningFunction =
void Function(
ffi.Pointer<ffi.Char> p_description,
ffi.Pointer<ffi.Char> p_function,
ffi.Pointer<ffi.Char> p_file,
int p_line,
DartGDExtensionBool p_editor_notify,
);