pub fn send_file<S, R, N>( stream: &mut S, reader: &mut R, filename: N ) -> Result<()>where S: Write, R: Read, N: AsRef<OsStr>,