pub fn to_writer_with<W: Write, T: Serialize>(
    value: &T,
    writer: W,
    ctx: SerializerContext
) -> Result<()>