pub unsafe fn SspiPromptForCredentialsW<P0, P1>(
    psztargetname: P0,
    puiinfo: Option<*const c_void>,
    dwautherror: u32,
    pszpackage: P1,
    pinputauthidentity: Option<*const c_void>,
    ppauthidentity: *mut *mut c_void,
    pfsave: Option<*mut i32>,
    dwflags: u32,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,