pub unsafe fn SetClassLongPtrW<P0>(
    hwnd: P0,
    nindex: GET_CLASS_LONG_INDEX,
    dwnewlong: isize
) -> usize
where P0: IntoParam<HWND>,