codec_runtime_uninit function

  1. @Native<Void Function(Pointer<CodecRuntime>)>(ffi.Pointer<CodecRuntime>)>()
void codec_runtime_uninit(
  1. Pointer<CodecRuntime> rt
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<CodecRuntime>)>()
external void codec_runtime_uninit(
  ffi.Pointer<CodecRuntime> rt,
);