Type Alias DownloadFileProgressCallback

Source
pub type DownloadFileProgressCallback = extern "C" fn(current: u32, total: i32, context: *mut DownloadFileProgressCallbackContext);