snd_hctl_callback_t typedef

snd_hctl_callback_t = Pointer<NativeFunction<Int Function(Pointer<snd_hctl_t> hctl, UnsignedInt mask, Pointer<snd_hctl_elem_t> elem)>>

Implementation

typedef snd_hctl_callback_t = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<snd_hctl_t> hctl, ffi.UnsignedInt mask,
            ffi.Pointer<snd_hctl_elem_t> elem)>>;