#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_cdr_writer_free(
writer: *mut PamojaCdrWriter,
)Expand description
Releases a CDR encoder handle.
Passing null is a no-op.
ยงSafety
writer must be a handle from pamoja_cdr_writer_new that has not already
been freed or consumed, or null. After this call it must not be used again.