odbc_execute_async_params_func typedef

odbc_execute_async_params_func = Uint32 Function(Uint32, Pointer<Utf8>, Pointer<Uint8>, Uint32)

Implementation

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