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