Skip to main content

xila_file_system_get_state_flags

Function xila_file_system_get_state_flags 

Source
pub unsafe extern "C" fn xila_file_system_get_state_flags(
    _file: XilaFileIdentifier,
    _status: *mut XilaFileSystemState,
) -> XilaFileSystemResult
Expand description

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

ยงSafety

This function is unsafe because it dereferences raw pointers.