fn classify_ret<'a, Ty, C>(cx: &C, ret: &mut ArgAbi<'a, Ty>, kind: AbiKind)where
    Ty: TyAbiInterface<'a, C> + Copy,
    C: HasDataLayout,