RacSttOnnxDestroyStreamNative typedef

RacSttOnnxDestroyStreamNative = Void Function(RacHandle handle, RacHandle stream)

void rac_stt_onnx_destroy_stream(rac_handle_t handle, rac_handle_t stream)

Implementation

typedef RacSttOnnxDestroyStreamNative = Void Function(
  RacHandle handle,
  RacHandle stream,
);