public Result BusyTimeout(Sqlite3DatabaseHandle db, int milliseconds)
 {
     return(X86Interop.BusyTimeout(db, milliseconds));
 }