pub unsafe extern "C" fn xila_file_system_link(
_path: *const c_char,
_link: *const c_char,
) -> XilaFileSystemResultExpand description
This function is used to create a symbolic link.
ยงSafety
This function is unsafe because it dereferences raw pointers.