Function WebAuthNAuthenticatorGetAssertion
pub unsafe fn WebAuthNAuthenticatorGetAssertion<P1>(
hwnd: HWND,
pwszrpid: P1,
pwebauthnclientdata: *const WEBAUTHN_CLIENT_DATA,
pwebauthngetassertionoptions: Option<*const WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS>,
) -> Result<*mut WEBAUTHN_ASSERTION>where
P1: Param<PCWSTR>,