private unsafe static PathQueryStatus BeginFindPath(IntPtr navMeshQuery, NavMeshLocation start, NavMeshLocation end, int areaMask, void *costs)
 {
     return(NavMeshQuery.BeginFindPath_Injected(navMeshQuery, ref start, ref end, areaMask, costs));
 }