pub unsafe extern "system" fn WebAuthNAuthenticatorGetAssertion(
    hwnd: HWND,
    pwszrpid: PCWSTR,
    pwebauthnclientdata: *const WEBAUTHN_CLIENT_DATA,
    pwebauthngetassertionoptions: *const WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS,
    ppwebauthnassertion: *mut *mut WEBAUTHN_ASSERTION
) -> HRESULT
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"