pub fn option_stringify<T, S>( value: &T, serializer: S) -> Result<S::Ok, S::Error> where T: Stringify, S: Serializer,