pub unsafe extern "C" fn PxLightCpuTask_setContinuation_mut_1(
    self_: *mut PxLightCpuTask,
    c: *mut PxBaseTask
)
Expand description

Initialize this task and specify the task that will have its ref count decremented on completion.

This overload of setContinuation() queries the PxTaskManager from the continuation task, which cannot be NULL.