binaryninjacore_sys

Function BNCreateIntegerType

source
pub unsafe extern "C" fn BNCreateIntegerType(
    width: usize,
    sign: *mut BNBoolWithConfidence,
    altName: *const c_char,
) -> *mut BNType