Cross platform interface api for sqlite3_bind_text
int bind_text(cpf.PtrStmt arg1, int arg2, String? arg3) => _sqlite.bind_text(arg1, arg2, arg3);