pub unsafe fn GetWindowThreadProcessId<P0>(
    hwnd: P0,
    lpdwprocessid: Option<*mut u32>
) -> u32
where P0: IntoParam<HWND>,