pub unsafe fn DCompositionAttachMouseDragToHwnd<P0, P1, P2>(
    visual: P0,
    hwnd: P1,
    enable: P2
) -> Result<()>
where P0: IntoParam<IDCompositionVisual>, P1: IntoParam<HWND>, P2: IntoParam<BOOL>,