binaryninja::collaboration

Function download_database_with_progress

source
pub fn download_database_with_progress<S, F>(
    file: &RemoteFile,
    location: S,
    force: bool,
    progress: F,
) -> Result<(), ()>