Function libc::fstatat

source ยท
pub unsafe extern "C" fn fstatat(
    dirfd: c_int,
    pathname: *const c_char,
    buf: *mut stat,
    flags: c_int,
) -> c_int