pub unsafe extern "C" fn ecs_sparse_init(
sparse: *mut ecs_sparse_t,
elem_size: ecs_size_t,
)Expand description
Publicly exposed APIs The flecs_ functions aren’t exposed directly as this can cause some optimizers to not consider them for link time optimization.