Type Alias rust_rcs_client::messaging::ffi::DownloadFileProgressCallback
source · pub type DownloadFileProgressCallback = extern "C" fn(current: u32, total: i32, context: *mut DownloadFileProgressCallbackContext);