binaryninjacore_sys

Function BNApplySnapshotData

source
pub unsafe extern "C" fn BNApplySnapshotData(
    file: *mut BNFileMetadata,
    view: *mut BNBinaryView,
    data: *mut BNKeyValueStore,
    cache: *mut BNKeyValueStore,
    ctxt: *mut c_void,
    progress: BNProgressFunction,
    openForConfiguration: bool,
    restoreRawView: bool,
)