Function windows::Win32::Security::Authentication::Identity::ImportSecurityContextW
pub unsafe fn ImportSecurityContextW<P0>(
pszpackage: P0,
ppackedcontext: *const SecBuffer,
token: *const c_void,
) -> Result<SecHandle>where
P0: Param<PCWSTR>,