pub async fn verify(
options: &CaptchaOptions,
captcha_response: &str,
remote_ip: Option<String>,
) -> Result<bool, CaptchaVerifyError>pub async fn verify(
options: &CaptchaOptions,
captcha_response: &str,
remote_ip: Option<String>,
) -> Result<bool, CaptchaVerifyError>