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