pub unsafe extern "C" fn b3SaveRecordingToFile(
recording: *const b3Recording,
path: *const c_char,
) -> boolExpand description
Save the recording buffer to a file. Returns true on success. @param recording the recording to save @param path file path to write