binaryninjacore_sys

Function BNRemoteFileDownloadContents

source
pub unsafe extern "C" fn BNRemoteFileDownloadContents(
    file: *mut BNRemoteFile,
    progress: BNProgressFunction,
    progressCtxt: *mut c_void,
    data: *mut *mut u8,
    size: *mut usize,
) -> bool