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: IntoParam<HWND>, P1: IntoParam<IDataObject>, P2: IntoParam<IDropSource>,