applet__retrieve_clipboard_string

Function applet__retrieve_clipboard_string 

Source
pub unsafe extern "C" fn applet__retrieve_clipboard_string(
    string_ptr: *mut u8,
    string_len: u32,
) -> ErrorCode
Expand description

Retrieves the actual string bytes, also clears the internal buffer.

TODO: Replace this with one that actually just returns a String