fn verbatim_args<L: Linker + ?Sized>( l: &mut L, args: impl IntoIterator<Item: AsRef<OsStr>>, ) -> &mut L
Just pass the arguments to the linker as is. It is assumed that they are correctly prepared in advance.