pub unsafe fn DwmTransitionOwnedWindow<P0>(
    hwnd: P0,
    target: DWMTRANSITION_OWNEDWINDOW_TARGET
) -> Result<()>
where P0: IntoParam<HWND>,