pub unsafe extern "C" fn PxArticulationReducedCoordinate_setName_mut(
    self_: *mut PxArticulationReducedCoordinate,
    name: *const c_char
)
Expand description

Sets a name string for the articulation that can be retrieved with getName().

This is for debugging and is not used by the SDK. The string is not copied by the SDK, only the pointer is stored.