yl_lpc_ctx_destroy function

  1. @Native<Void Function(Pointer<Void>)>(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);