#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_lora_plan_free(
plan: *mut PamojaLoraPlan,
)Expand description
Releases a channel plan.
§Arguments
plan- the handle to release; null is ignored.
§Safety
plan must have come from pamoja_lora_plan_for_region or
pamoja_lora_plan_builder_build and must not be used afterwards.