odbc_execute_async_func typedef

odbc_execute_async_func = Uint32 Function(Uint32, Pointer<Utf8>)

Implementation

typedef odbc_execute_async_func = ffi.Uint32 Function(
  ffi.Uint32,
  ffi.Pointer<Utf8>,
);