pub(crate) fn ffi_converter(
    mod_path: &str,
    trait_ident: &Ident,
    udl_mode: bool,
    with_foreign: bool
) -> TokenStream