yl_fft_plan_destroy function

  1. @Native<Void Function(yl_fft_plan_handle)>(yl_fft_plan_handle)>()
void yl_fft_plan_destroy(
  1. yl_fft_plan_handle plan
)

Implementation

@ffi.Native<ffi.Void Function(yl_fft_plan_handle)>()
external void yl_fft_plan_destroy(yl_fft_plan_handle plan);