snd_hwdep_dsp_status_copy method
void
snd_hwdep_dsp_status_copy()
Implementation
void snd_hwdep_dsp_status_copy(
ffi.Pointer<snd_hwdep_dsp_status_t> dst,
ffi.Pointer<snd_hwdep_dsp_status_t> src,
) {
return _snd_hwdep_dsp_status_copy(
dst,
src,
);
}