binaryninjacore_sys

Function BNGetDisplayStringForInteger

source
pub unsafe extern "C" fn BNGetDisplayStringForInteger(
    binaryView: *mut BNBinaryView,
    type_: BNIntegerDisplayType,
    value: u64,
    inputWidth: usize,
    isSigned: bool,
) -> *mut c_char