yl_lpc_ctx_order function

  1. @Native<Int Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>()
int yl_lpc_ctx_order(
  1. Pointer<Void> ctx
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Void>)>()
external int yl_lpc_ctx_order(ffi.Pointer<ffi.Void> ctx);