use anyhow::{Result, bail}; pub fn prompt(_hwnd: Vec, _message: String) -> Result { bail!("platform not supported"); } pub fn available() -> Result { bail!("platform not supported"); }