snd_lib_error_handler_t typedef
snd_lib_error_handler_t = Pointer<NativeFunction<Void Function(Pointer<Char> file, Int line, Pointer<Char> function, Int err, Pointer<Char> fmt)> >
Implementation
typedef snd_lib_error_handler_t = ffi.Pointer<
ffi.NativeFunction<
ffi.Void Function(
ffi.Pointer<ffi.Char> file,
ffi.Int line,
ffi.Pointer<ffi.Char> function,
ffi.Int err,
ffi.Pointer<ffi.Char> fmt)>>;