Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

fstatat64

Function fstatat64 

Source
pub unsafe extern "C" fn fstatat64(
    dirfd: c_int,
    pathname: *const c_char,
    buf: *mut stat64,
    flags: c_int,
) -> c_int