binaryninjacore_sys

Function BNCollaborationDownloadDatabaseForFile

source
pub unsafe extern "C" fn BNCollaborationDownloadDatabaseForFile(
    file: *mut BNRemoteFile,
    dbPath: *const c_char,
    force: bool,
    progress: BNProgressFunction,
    progressContext: *mut c_void,
) -> bool