public static ulong GetModuleFunction(string moduleName, string functionName) => Native.GetProcAddress(Native.GetModuleHandle(moduleName), functionName);