pub unsafe extern "C" fn b3CreateRecording(
byteCapacity: c_int,
) -> *mut b3RecordingExpand description
Create a recording buffer with an optional initial byte capacity. Pass 0 to use the default (64 KiB). The buffer grows on demand. @return a new recording, owned by the caller