Function windows::Win32::System::Ole::DoDragDrop

pub unsafe fn DoDragDrop<P0, P1>(
    pdataobj: P0,
    pdropsource: P1,
    dwokeffects: DROPEFFECT,
    pdweffect: *mut DROPEFFECT,
) -> HRESULT
where P0: Param<IDataObject>, P1: Param<IDropSource>,