pub unsafe extern "C" fn sqlite3_bind_int64( pStmt: *mut sqlite3_stmt, index: c_int, value: i64, ) -> c_int