Function SetClassLongW

Source
pub unsafe extern "C" fn SetClassLongW(
    hWnd: HWND,
    nIndex: c_int,
    dwNewLong: LONG,
) -> DWORD