pub unsafe fn SetAdditionalForegroundBoostProcesses<P0>(
    toplevelwindow: P0,
    processhandlearray: &[HANDLE],
) -> BOOL
where P0: Param<HWND>,