pub unsafe fn DwmSetPresentParameters<P0>(
    hwnd: P0,
    ppresentparams: *mut DWM_PRESENT_PARAMETERS
) -> Result<()>
where P0: IntoParam<HWND>,