binaryninja::collaboration

Function download_database

source
pub fn download_database<S>(
    file: &RemoteFile,
    location: S,
    force: bool,
) -> Result<(), ()>
where S: BnStrCompatible,