b3CreatePoseCommandSetJointPosition

Function b3CreatePoseCommandSetJointPosition 

Source
pub unsafe extern "C" fn b3CreatePoseCommandSetJointPosition(
    physClient: b3PhysicsClientHandle,
    commandHandle: b3SharedMemoryCommandHandle,
    jointIndex: c_int,
    jointPosition: f64,
) -> c_int