(i65 x) → *
Function: i65$inline
(defun i65$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (logext 65 x) :exec (fast-logext 65 x)))