pub fn write_bindings(
    config: &Config,
    ci: &ComponentInterface,
    out_dir: &Utf8Path,
    language: TargetLanguage,
    try_format_code: bool
) -> Result<()>
Expand description

Generate foreign language bindings from a compiled uniffi library.