Use null_pos for cl_name_pos of KModuleStatics classes (closes #9446)
Basically this works around this check https://github.com/HaxeFoundation/haxe/blob/c8c28d4db115304fa4757dd98c82184c72fce54f/src/context/display/statistics.ml#L235, which I don't understand, but having null name position seems to make sense. Hopefully this won't break other position-dependent stuff :)