yl_lpc_ctx_create function

  1. @Native<Pointer<Void> Function(Int)>(ffi.Int)>()
Pointer<Void> yl_lpc_ctx_create(
  1. int m
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Int)>()
external ffi.Pointer<ffi.Void> yl_lpc_ctx_create(int m);