binaryninjacore_sys

Function BNCreatePointerTypeOfWidth

source
pub unsafe extern "C" fn BNCreatePointerTypeOfWidth(
    width: usize,
    type_: *const BNTypeWithConfidence,
    cnst: *mut BNBoolWithConfidence,
    vltl: *mut BNBoolWithConfidence,
    refType: BNReferenceType,
) -> *mut BNType