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