pub unsafe fn DwmEnableBlurBehindWindow<P0>(
    hwnd: P0,
    pblurbehind: *const DWM_BLURBEHIND
) -> Result<()>
where P0: IntoParam<HWND>,