yl_lpc_ctx_destroy function

  1. @Native<Void Function(yl_fft_plan_handle)>(ffi.Pointer<ffi.Void>)>()
void yl_lpc_ctx_destroy(
  1. Pointer<Void> ctx
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>()
external void yl_lpc_ctx_destroy(ffi.Pointer<ffi.Void> ctx);