pub type TaskParamPointer = *const ();
Raw pointer to task parameter struct
This is type-erased for uniform storage but must be cast back to the original parameter type within the task function.