pub fn get_vec(format: u32, 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.