Function libc::fstatat [] [src]

pub unsafe extern "C" fn fstatat(
    dirfd: c_int,
    pathname: *const c_char,
    buf: *mut stat,
    flags: c_int
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io