snd_hctl_compare_t typedef

Implementation

typedef snd_hctl_compare_t = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(
            ffi.Pointer<snd_hctl_elem_t>, ffi.Pointer<snd_hctl_elem_t>)>>;