snd_hctl_callback_t typedef

Implementation

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