pub unsafe fn GetProcessDpiAwareness<P0>(
    hprocess: P0
) -> Result<PROCESS_DPI_AWARENESS>
where P0: IntoParam<HANDLE>,