pub unsafe extern "C" fn b2Recording_GetData(
recording: *const b2Recording,
) -> *const u8Expand description
Get a pointer to the recorded bytes, for saving to a file or transmitting. Valid until the next recording call or b2DestroyRecording. Returns NULL after a writer failure.