pub fn delete_bookmark(db: &PlacesDb, guid: &Guid) -> Result<bool>
Delete the specified bookmark. Returns true if a bookmark with the guid existed and was deleted, false otherwise.