pub unsafe fn sys_lstat(path: *const c_char, buf: *mut stat) -> ssize_t
fs
Get the metadata of the symbolic link and write into buf.
buf
Return 0 if success.