Skip to main content

b3ConvertCompoundToBytes

Function b3ConvertCompoundToBytes 

Source
pub unsafe extern "C" fn b3ConvertCompoundToBytes(
    compound: *mut b3CompoundData,
) -> *mut u8
Expand description

Cast the provided compound data to bytes, setting the internal pointers to null. Use this before serializing the compound bytes.