pub unsafe extern "system" fn SspiEncodeStringsAsAuthIdentity(
    pszusername: PCWSTR,
    pszdomainname: PCWSTR,
    pszpackedcredentialsstring: PCWSTR,
    ppauthidentity: *mut *mut c_void,
) -> HRESULT