binaryninjacore_sys

Function BNSetIntegerConstantDisplayType

source
pub unsafe extern "C" fn BNSetIntegerConstantDisplayType(
    func: *mut BNFunction,
    arch: *mut BNArchitecture,
    instrAddr: u64,
    value: u64,
    operand: usize,
    type_: BNIntegerDisplayType,
    typeID: *const c_char,
)