I solved my particular issue, my confusion was not...
# haxe
b
I solved my particular issue, my confusion was not understanding that "f64" was a float and assuming a varargs function which can take 0 arguments was interchangeable with a void function which always takes 0 arguments. (This is the case in most platforms, but HashLink works a little differently)