spine_bone_get_children method
Implementation
ffi.Pointer<spine_bone> spine_bone_get_children(
  spine_bone bone,
) {
  return _spine_bone_get_children(
    bone,
  );
}ffi.Pointer<spine_bone> spine_bone_get_children(
  spine_bone bone,
) {
  return _spine_bone_get_children(
    bone,
  );
}