def phase_arr(dft): return _presto.phase_arr(dft)
def phase_arr(dft: "fcomplex") -> "long *": return _presto.phase_arr(dft)