pub fn gen_call_args_with_let_bindings(
params: &[ParamDef],
opaque_types: &AHashSet<String>,
) -> StringExpand description
Build call argument expressions using pre-bound let bindings for non-opaque Named params.
Non-opaque Named params use &{name}_core references instead of .into().