odbc_get_error_func typedef

odbc_get_error_func = Int32 Function(Pointer<Int8>, Uint32)

Implementation

typedef odbc_get_error_func = ffi.Int32 Function(
  ffi.Pointer<ffi.Int8>,
  ffi.Uint32,
);