pub type ULFileSystemCloseFileCallback = Option<unsafe extern "C" fn(handle: ULFileHandle)>;Expand description
The callback invoked when the FileSystem wants to close a previously-opened file.
Aliased Type§
enum ULFileSystemCloseFileCallback {
None,
Some(unsafe extern "C" fn(_: i32)),
}