binaryninjacore_sys

Function BNCreatePointerTypeBuilderOfWidth

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