pub type OtpHashFn = Arc<dyn Fn(String) -> Pin<Box<dyn Future<Output = Result<String, RustAuthError>> + Send>> + Send + Sync>;
pub struct OtpHashFn { /* private fields */ }