pub fn set_global_user_participation(
    db: &Database,
    writer: &mut Writer<'_>,
    opt_in: bool
) -> Result<()>