pub fn generate_c_externs_file(
    extern_module_translator: &ExternModuleTranslator,
    extern_functions: &[ExternFunction]
) -> String
Expand description

Extern functions can be saved in another header file. Particularly useful while importing C methods in Swift.