Function windows::Win32::Security::Authentication::Identity::AddCredentialsW
pub unsafe fn AddCredentialsW<P0, P1>(
hcredentials: *const SecHandle,
pszprincipal: P0,
pszpackage: P1,
fcredentialuse: u32,
pauthdata: Option<*const c_void>,
pgetkeyfn: SEC_GET_KEY_FN,
pvgetkeyargument: Option<*const c_void>,
ptsexpiry: Option<*mut i64>,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,