pub unsafe fn IsProcessCritical<P0>(
    hprocess: P0,
    critical: *mut BOOL
) -> Result<()>
where P0: IntoParam<HANDLE>,