pub unsafe fn PhysicalToLogicalPointForPerMonitorDPI<P0>(
    hwnd: P0,
    lppoint: *mut POINT
) -> BOOL
where P0: IntoParam<HWND>,