pub type ProgressCallback = fn(_: usize, _: Option<usize>);
Progress callback type for download operations. Simple function pointer type (bytes_downloaded, total_bytes_or_none).