snd_hctl_elem_get_hctl method
Implementation
ffi.Pointer<snd_hctl_> snd_hctl_elem_get_hctl(
ffi.Pointer<snd_hctl_elem_> elem,
) {
return _snd_hctl_elem_get_hctl(
elem,
);
}
ffi.Pointer<snd_hctl_> snd_hctl_elem_get_hctl(
ffi.Pointer<snd_hctl_elem_> elem,
) {
return _snd_hctl_elem_get_hctl(
elem,
);
}