pub unsafe extern "C" fn b2LoadRecordingFromFile(
path: *const c_char,
) -> *mut b2RecordingExpand description
Load a recording from a file into a new recording buffer. Convenience wrapper over your own file I/O. Destroy the result with b2DestroyRecording. @return NULL if the file is missing or unreadable