pub unsafe extern "system" fn SetWindowLongPtrA(
    hwnd: HWND,
    nindex: WINDOW_LONG_PTR_INDEX,
    dwnewlong: isize
) -> isize
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’