pub fn write_bytes_sync(path: &Path, bytes: &[u8]) -> Result<(), Error>
Sync write helper for outer CLI dispatch (no active Tokio worker). Prefer write_bytes_blocking when inside async fn / block_on_*.
write_bytes_blocking
async fn
block_on_*