#[unsafe(no_mangle)]pub extern "C" fn agent_doc_sync_check_generation(
generation: u64,
) -> boolExpand description
Check if a generation is still current. Returns true if generation matches the
latest generation (no newer events have been scheduled).