pub unsafe extern "C" fn applet__retrieve_clipboard_string(
string_ptr: *mut u8,
string_len: u32,
) -> ErrorCodeExpand description
Retrieves the actual string bytes, also clears the internal buffer.
TODO: Replace this with one that actually just returns a String