public int BindBlob(Sqlite3Statement stmt, int index, byte[] val, int n, IntPtr free)
 {
     return(X86Interop.BindBlob(stmt, index, val, n, free));
 }