public int BindParameterIndex(Sqlite3Statement stmt, string name)
 {
     return(X86Interop.BindParameterIndex(stmt, name));
 }