pub unsafe fn RegisterApplicationRestart<P0>(
    pwzcommandline: P0,
    dwflags: REGISTER_APPLICATION_RESTART_FLAGS
) -> Result<()>
where P0: IntoParam<PCWSTR>,