#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_coap_client_free(
client: *mut PamojaCoapClient,
)Expand description
Releases a CoAP endpoint handle.
Passing null is a no-op.
ยงSafety
client must be a handle from pamoja_coap_client_new that has not
already been freed, or null. After this call it must not be used again.