NativeConstruct typedef
NativeConstruct =
Pointer<Response> Function(Pointer<Utf8> , Pointer<Utf8> , Pointer<Utf8> , Pointer<Utf8> , Pointer<Utf8> , Pointer<Utf8> , Bool, Pointer<Utf8> , Uint32)
Implementation
typedef NativeConstruct = Pointer<Response> Function(
Pointer<Utf8>,
Pointer<Utf8>,
Pointer<Utf8>,
Pointer<Utf8>,
Pointer<Utf8>,
Pointer<Utf8>,
Bool,
Pointer<Utf8>,
Uint32,
);