fn classify_ret<'a, Ty, C>(
    cx: &C,
    arg: &mut ArgAbi<'a, Ty>,
    xlen: u64,
    flen: u64
) -> bool
where Ty: TyAbiInterface<'a, C> + Copy,