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