pub unsafe fn ChangeClipboardChain<P0, P1>(
    hwndremove: P0,
    hwndnewnext: P1
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<HWND>,