sqlite3_table_column_metadata

external fun sqlite3_table_column_metadata(db: Long, dbName: String?, tableName: String, columnName: String, outDataType: OutputPointer.OfString?, outCollationName: OutputPointer.OfString?, outNotNull: OutputPointer.OfInt32?, outPrimaryKey: OutputPointer.OfInt32?, outAutoIncrement: OutputPointer.OfInt32?): Int(source)