etebase_fs_cache_load_stoken method
Load the collection list sync token from cache
@param this_ the object handle
Implementation
ffi.Pointer<ffi.Char> etebase_fs_cache_load_stoken(
ffi.Pointer<EtebaseFileSystemCache> this_,
) {
return _etebase_fs_cache_load_stoken(
this_,
);
}