binaryninjacore_sys

Function BNCreateCustomLanguageRepresentationFunction

source
pub unsafe extern "C" fn BNCreateCustomLanguageRepresentationFunction(
    type_: *mut BNLanguageRepresentationFunctionType,
    arch: *mut BNArchitecture,
    func: *mut BNFunction,
    highLevelIL: *mut BNHighLevelILFunction,
    callbacks: *mut BNCustomLanguageRepresentationFunction,
) -> *mut BNLanguageRepresentationFunction