GlobalCallback typedef

GlobalCallback = Void Function(Int32 callbackId, Pointer<Uint8> result, Int32 len)

Implementation

typedef GlobalCallback = Void Function(
    Int32 callbackId, Pointer<Uint8> result, Int32 len);