pub unsafe extern "C" fn applet__get_clipboard_string(
__ark_ffi_output: *mut u32,
) -> ErrorCodeExpand description
Gets the system clipboard, keeps it around and returns the length.
note: This should really been called clipboard_string (without the get_) prefix, should fix for a future breaking version
TODO: Replace this with one that actually just returns a String