Skip to main content

pamoja_lora_plan_builder_free

Function pamoja_lora_plan_builder_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_lora_plan_builder_free( builder: *mut PamojaLoraPlanBuilder, )
Expand description

Releases a plan builder that will not be built.

§Arguments

  • builder - the handle to release; null is ignored.

§Safety

builder must have come from pamoja_lora_plan_builder_new, must not have been passed to pamoja_lora_plan_builder_build, and must not be used afterwards.