public static extern string lto_module_get_target_triple(lto_module_t @mod);
public static extern void lto_module_set_target_triple(lto_module_t @mod, [MarshalAs(UnmanagedType.LPStr)] string @triple);
public static extern lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t @mod, uint @index);
public static extern string lto_module_get_symbol_name(lto_module_t @mod, uint @index);
public static extern uint lto_module_get_num_linkeropts(lto_module_t @mod);
public static extern uint lto_module_get_num_symbols(lto_module_t @mod);
public static extern string lto_module_get_linkeropt(lto_module_t @mod, uint @index);
public static extern uint lto_module_get_num_deplibs(lto_module_t @mod);
public static extern string lto_module_get_deplib(lto_module_t @mod, uint @index);
public static extern void lto_module_dispose(lto_module_t @mod);
public static extern lto_bool_t lto_codegen_add_module(lto_code_gen_t @cg, lto_module_t @mod);
public static extern string lto_module_get_linkeropts(lto_module_t @mod);
public static extern void lto_codegen_set_module(lto_code_gen_t @cg, lto_module_t @mod);