binaryninja::collaboration

Function download_database_with_progress

source
pub fn download_database_with_progress<PC>(
    file: &RemoteFile,
    location: &Path,
    force: bool,
    progress: PC,
) -> Result<(), ()>
where PC: ProgressCallback,