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