Function libc::unix::symlinkat

source ·
pub unsafe extern "C" fn symlinkat(
    target: *const c_char,
    newdirfd: c_int,
    linkpath: *const c_char
) -> c_int