fmd_timerq_remove
if ((t = fmd_timerq_remove(fmd.d_timers, mp->mod_timerids, id)) != NULL)
void *arg = fmd_timerq_remove(fmd.d_timers, ids, id);
extern void *fmd_timerq_remove(fmd_timerq_t *, fmd_idspace_t *, id_t);