binaryninjacore_sys

Function BNCreateComponentWithParentAndName

source
pub unsafe extern "C" fn BNCreateComponentWithParentAndName(
    view: *mut BNBinaryView,
    parentGUID: *const c_char,
    name: *const c_char,
) -> *mut BNComponent