pub unsafe fn GetWindowLongPtrW<P0>(
    hwnd: P0,
    nindex: WINDOW_LONG_PTR_INDEX
) -> isize
where P0: IntoParam<HWND>,