fn create_wrapper_function( tcx: TyCtxt<'_>, cx: &GenericCx<'_, SCx<'_>>, from_name: &str, to_name: &str, args: &[&Type], output: Option<&Type>, no_return: bool, )