pub unsafe extern "C" fn iwkv_sync(
iwkv: IWKV,
flags: iwfs_sync_flags,
) -> iwrcExpand description
@brief Sync iwkv storage state with disk.
@note It will cause deadlock if current thread holds opened cursors and WAL is enabled, use method with caution.
@param iwkv IWKV handler. @param flags Sync flags.