pub unsafe extern "C" fn xila_file_system_close(
file: XilaFileIdentifier,
) -> XilaFileSystemResultExpand description
This function is used to close a file.
ยงErrors
This function may return an error if the file system fails to close the file.
pub unsafe extern "C" fn xila_file_system_close(
file: XilaFileIdentifier,
) -> XilaFileSystemResultThis function is used to close a file.
This function may return an error if the file system fails to close the file.