binaryninjacore_sys

Function BNCreateUserVariable

source
pub unsafe extern "C" fn BNCreateUserVariable(
    func: *mut BNFunction,
    var: *const BNVariable,
    type_: *mut BNTypeWithConfidence,
    name: *const c_char,
    ignoreDisjointUses: bool,
)