b3CreatePoseCommandSetJointVelocity

Function b3CreatePoseCommandSetJointVelocity 

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