pub fn get(format: u32, out: &mut [u8]) -> SysResult<usize>
Copies raw bytes from clipboard with specified format
format
Returns number of copied bytes on success, otherwise 0.
It is safe to pass uninit memory