pub unsafe fn UpdateLayeredWindowIndirect<P0>(
    hwnd: P0,
    pulwinfo: *const UPDATELAYEREDWINDOWINFO
) -> BOOL
where P0: IntoParam<HWND>,