pub fn get_string(out: &mut Vec<u8>) -> SysResult<usize>
Copies raw bytes from clipboard with specified format, appending to out buffer.
format
out
Returns number of copied bytes on success, otherwise 0.