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