vce_process_text_cbFunction typedef

vce_process_text_cbFunction = Int Function(Pointer<Char> text)

Implementation

typedef vce_process_text_cbFunction = ffi.Int Function(
    ffi.Pointer<ffi.Char> text);