Type Definition ul_sys::ULFileSystemCloseFileCallback[][src]

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.