pub unsafe extern "C-unwind" fn VTMultiPassStorageClose(
multi_pass_storage: &VTMultiPassStorage,
) -> i32Available on crate feature
VTMultiPassStorage only.Expand description
Ensures that any pending data is written to the multipass storage file and closes the file.
After this function is called, all methods on the multipass storage object will fail. It is still necessary to release the object by calling CFRelease.