Function SetWindowLongW

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