ecs_value_free

Function ecs_value_free 

Source
pub unsafe extern "C" fn ecs_value_free(
    world: *mut ecs_world_t,
    type_: ecs_entity_t,
    ptr: *mut c_void,
) -> c_int
Expand 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.