Construct typedef
Construct =
Pointer<Response> Function(Pointer<Utf8> , Pointer<Utf8> , Pointer<Utf8> , int, Pointer<Utf8> , Pointer<Utf8> , int)
Implementation
typedef Construct = Pointer<Response> Function(Pointer<Utf8>, Pointer<Utf8>,
Pointer<Utf8>, int, Pointer<Utf8>, Pointer<Utf8>, int);