func (p *Plan) Execute() { C.fftwf_execute(p.fftw_p) }
func (p *Plan) Execute() *Plan { C.fftwf_execute(p.fftw_p) return p }