binaryninjacore_sys

Function BNTypeContainerGetTypeById

source
pub unsafe extern "C" fn BNTypeContainerGetTypeById(
    container: *mut BNTypeContainer,
    typeId: *const c_char,
    result: *mut *mut BNType,
) -> bool