snd_hctl_name method
Implementation
ffi.Pointer<ffi.Char> snd_hctl_name(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_name(
hctl,
);
}
ffi.Pointer<ffi.Char> snd_hctl_name(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_name(
hctl,
);
}