update_bone_matrices function
Implementation
@ffi.Native<ffi.Bool Function(ffi.Pointer<ffi.Void>, EntityId)>(
symbol: '_update_bone_matrices', assetId: 'thermion_dart')
external bool update_bone_matrices(
ffi.Pointer<ffi.Void> sceneManager,
int entityId,
);