vce_set_language_cbFunction typedef

vce_set_language_cbFunction = Int Function(Pointer<Char> language)

Implementation

typedef vce_set_language_cbFunction = ffi.Int Function(
    ffi.Pointer<ffi.Char> language);