GDExtensionCallableCustomHashFunction typedef

GDExtensionCallableCustomHashFunction = Uint32 Function(Pointer<Void> callable_userdata)

Implementation

typedef GDExtensionCallableCustomHashFunction =
    ffi.Uint32 Function(ffi.Pointer<ffi.Void> callable_userdata);