binaryninjacore_sys

Function BNCreateUserStackVariable

source
pub unsafe extern "C" fn BNCreateUserStackVariable(
    func: *mut BNFunction,
    offset: i64,
    type_: *mut BNTypeWithConfidence,
    name: *const c_char,
)