xila_file_system_get_flags

Function xila_file_system_get_flags 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_file_system_get_flags( _file: XilaFileIdentifier, _status: *mut XilaFileSystemStatus, ) -> XilaFileSystemResult
Expand description

This function is used to get the flags of a file.

ยงSafety

This function is unsafe because it dereferences raw pointers.