pub unsafe fn query_timers_component(
components: *mut ServerComponentList,
) -> *mut ITimersComponentExpand description
Queries ITimersComponent in the server’s component list.
§Safety
core must point to a valid ICore. Internally uses query_component,
which casts the ServerComponent from the list — follows its contract.