pub unsafe extern "C" fn b3Recording_GetData(
recording: *const b3Recording,
) -> *const u8Expand description
Get a pointer to the raw recording bytes. Valid until the recording buffer is modified or destroyed. @param recording the recording handle @return pointer to the byte buffer, or NULL if no bytes have been written