odbc_pool_create_func typedef

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

Implementation

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