public int BindText(Sqlite3Statement stmt, int index, string val, int n, IntPtr free) { return(X86Interop.BindText(stmt, index, val, n, free)); }