snd_hwdep_info_copy method

void snd_hwdep_info_copy(
  1. Pointer<snd_hwdep_info_t> dst,
  2. Pointer<snd_hwdep_info_t> src
)

Implementation

void snd_hwdep_info_copy(
  ffi.Pointer<snd_hwdep_info_t> dst,
  ffi.Pointer<snd_hwdep_info_t> src,
) {
  return _snd_hwdep_info_copy(
    dst,
    src,
  );
}