Function windows::Win32::System::DataExchange::ChangeClipboardChain

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