GetFftNative typedef

GetFftNative = Pointer<Float> Function()

Defines the native C layout for fetching the FFT pointer.

Implementation

typedef GetFftNative = ffi.Pointer<ffi.Float> Function();