SlintAotCallbackNative typedef

SlintAotCallbackNative = Void Function(Pointer<Void>, Pointer<Char>)

C signature of the callback trampoline the glue crate invokes.

Implementation

typedef SlintAotCallbackNative = ffi.Void Function(
    ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Char>);