pub fn get_top_frecent_site_infos( db: &PlacesDb, num_items: i32, frecency_threshold: i64, ) -> Result<Vec<TopFrecentSiteInfo>>