Function xila_file_system_is_a_terminal

Source
#[no_mangle]
pub unsafe extern "C" fn xila_file_system_is_a_terminal(
    file: XilaUniqueFileIdentifier,
    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.