pub fn write_model_request<W: Write>(w: &mut W, id: &str) -> Result<()>
Wire form of the model request: [u32 len][len bytes UTF-8 id/path].
[u32 len][len bytes UTF-8 id/path]