pub unsafe extern "C" fn b3LoadRecordingFromFile(
path: *const c_char,
) -> *mut b3RecordingExpand description
Load a recording from a file. Returns NULL on failure (file not found, wrong magic). The caller owns the returned recording and must destroy it with b3DestroyRecording. @param path file path to read