binaryninjacore_sys

Function BNCreatePointerType

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