#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_buffer_len( buffer: *const PamojaBuffer, ) -> usize
Returns the length in bytes of a buffer.
The length, or 0 if buffer is null.
buffer
buffer must be a live handle from a pamoja call that produced one, or null.