etebase_fs_cache_save_stoken method
Save the collection list sync token
@param this_ the object handle @param stoken the sync token to be saved
Implementation
int etebase_fs_cache_save_stoken(
ffi.Pointer<EtebaseFileSystemCache> this_,
ffi.Pointer<ffi.Char> stoken,
) {
return _etebase_fs_cache_save_stoken(
this_,
stoken,
);
}