fn create_wrapper_function( tcx: TyCtxt<'_>, llcx: &Context, llmod: &Module, from_name: &str, to_name: &str, args: &[&Type], output: Option<&Type>, no_return: bool, )