pub unsafe fn DwmModifyPreviousDxFrameDuration<P0, P1>(
    hwnd: P0,
    crefreshes: i32,
    frelative: P1
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,