package nosqldb_sdk import ( "C" ) import "unsafe" type Error *C.char type NosqldbConfig unsafe.Pointer type NosqldbClient unsafe.Pointer type NosqldbLogger unsafe.Pointer type NosqldbConfigurationProvider unsafe.Pointer type NosqldbSignatureProvider unsafe.Pointer type NosqldbLoggingConfig unsafe.Pointer type NosqldbTableLimits unsafe.Pointer type NosqldbTableRequest unsafe.Pointer type NosqldbTableResult unsafe.Pointer type NosqldbPutRequest unsafe.Pointer type NosqldbPutResult unsafe.Pointer type NosqldbGetRequest unsafe.Pointer type NosqldbGetResult unsafe.Pointer type NosqldbDeleteRequest unsafe.Pointer type NosqldbDeleteResult unsafe.Pointer type NosqldbPrepareRequest unsafe.Pointer type NosqldbPrepareResult unsafe.Pointer type NosqldbPreparedStatement unsafe.Pointer type NosqldbQueryRequest unsafe.Pointer type NosqldbQueryResult unsafe.Pointer type Logger_LogLevel C.uint type UtilRustIOWritterPtr unsafe.Pointer