xila_file_system_is_a_terminal

Function xila_file_system_is_a_terminal 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_file_system_is_a_terminal( file: XilaFileIdentifier, is_a_terminal: *mut bool, ) -> XilaFileSystemResult
Expand description

This function is used to check if a file is a terminal.

§Safety

This function is unsafe because it dereferences raw pointers.

§Errors

This function may return an error if the file system fails to open the file.