pub unsafe fn SetWindowLongA<P0>(
    hwnd: P0,
    nindex: WINDOW_LONG_PTR_INDEX,
    dwnewlong: i32
) -> i32
where P0: IntoParam<HWND>,