Dartvce_supported_language_cbFunction typedef
Dartvce_supported_language_cbFunction =
bool Function(Pointer<Char> language, Pointer<Void> user_data)
Implementation
typedef Dartvce_supported_language_cbFunction = bool Function(
ffi.Pointer<ffi.Char> language, ffi.Pointer<ffi.Void> user_data);