cvec2_push

Function cvec2_push 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn cvec2_push(cvec2: &mut CVec2, cvec: CVec)
Expand description

Adds a CVec to a CVec2.

ยงSafety

The caller must ensure no duplicate CVecs are added, as duplicates may lead to double-free errors when the message is dropped.