int RayWorldIntersection(const SRWIParams& rp, const char* pNameTag = xor_s("RayWorldIntersection(Game)"), int iCaller=4)
{
using oFunc = int(__thiscall*)(PVOID, const SRWIParams&, const char*, int);
return vFun_Call<oFunc>(this, 128 / 8)(this, rp, pNameTag, iCaller);
}