pub fn serialize_bool_optional<S>( value: &Option<bool>, s: S, ) -> Result<S::Ok, S::Error>where S: Serializer,