fn classify_arg<'a, Ty, C>(_cx: &C, arg: &mut ArgAbi<'a, Ty>)
where Ty: TyAbiInterface<'a, C> + Copy, C: HasDataLayout,