BOOL CALLBACK bootstrapper(HWND hWnd, LPARAM lParam) {
	MessageBoxA(0, "Native Code!", 0, 0);
	return FALSE;
}