[][src]Type Definition ul_sys::ULFileSystemFileExistsCallback

type ULFileSystemFileExistsCallback = Option<unsafe extern "C" fn(path: ULString) -> bool>;

The callback invoked when the FileSystem wants to check if a file path exists, return true if it exists.