pub unsafe fn SetClassLongW<P0>(
    hwnd: P0,
    nindex: GET_CLASS_LONG_INDEX,
    dwnewlong: i32
) -> u32
where P0: IntoParam<HWND>,