pub unsafe fn sys_stat(path: *const c_char, buf: *mut stat) -> c_int
fs
Get the file metadata by path and write into buf.
path
buf
Return 0 if success.