pub fn create_joint_in_graph(world: &mut World, joint_id: i32) -> (i32, i32)
Assign a color and slot in the graph for a joint. Returns (color_index, local_index) rather than the C interior pointer. (b2CreateJointInGraph)