#[unsafe(no_mangle)]pub unsafe extern "C" fn pqc_format_to_bytes( handle: *const PqcFormatHandle, ) -> ByteBuffer
Serialize PQC Binary Format to bytes
handle
ByteBuffer containing serialized data, or NULL buffer on error
Handle must be valid. Returned buffer must be freed with pqc_free_buffer.
pqc_free_buffer