snd_hctl_last_elem method
Implementation
ffi.Pointer<snd_hctl_elem_> snd_hctl_last_elem(
ffi.Pointer<snd_hctl_> hctl,
) {
return _snd_hctl_last_elem(
hctl,
);
}
ffi.Pointer<snd_hctl_elem_> snd_hctl_last_elem(
ffi.Pointer<snd_hctl_> hctl,
) {
return _snd_hctl_last_elem(
hctl,
);
}