Function windows::Win32::UI::Shell::SHDoDragDrop

pub unsafe fn SHDoDragDrop<P0, P1, P2>(
    hwnd: P0,
    pdata: P1,
    pdsrc: P2,
    dweffect: DROPEFFECT,
) -> Result<DROPEFFECT>
where P0: Param<HWND>, P1: Param<IDataObject>, P2: Param<IDropSource>,