binaryninja::language_representation

Function register_language_representation_function_type

source
pub fn register_language_representation_function_type<C: LanguageRepresentationFunctionType, F: FnOnce(CoreLanguageRepresentationFunctionType) -> C>(
    creator: F,
    name: &str,
) -> CoreLanguageRepresentationFunctionType