pub unsafe extern "C" fn ecs_value_free(
world: *mut ecs_world_t,
type_: ecs_entity_t,
ptr: *mut c_void,
) -> c_intExpand description
Destruct a value, free storage
@param world The world. @param type The type of the value to destruct. @return Zero if success, nonzero if failed.