Function xila_file_system_link

Source
#[no_mangle]
pub unsafe extern "C" fn xila_file_system_link(
    _path: *const c_char,
    _link: *const c_char,
) -> XilaFileSystemResult
Expand description

This function is used to create a symbolic link.

ยงSafety

This function is unsafe because it dereferences raw pointers.