On Thu Jan 2 14:15:42 2025 +0000, Piotr Caban wrote:
Shouldn't we also add __WINE_MALLOC attribute here?
GCC doesn't currently support `__attribute__((malloc))` on function pointers: If you try to use it here, you get `warning: ‘malloc’ attribute does not apply to types [-Wattributes]`.