pub unsafe fn GetApplicationRestartSettings<P0>(
    hprocess: P0,
    pwzcommandline: PWSTR,
    pcchsize: *mut u32,
    pdwflags: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<HANDLE>,