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

statx

Function statx 

Source
pub unsafe extern "C" fn statx(
    dirfd: c_int,
    pathname: *const c_char,
    flags: c_int,
    mask: c_uint,
    statxbuf: *mut statx,
) -> c_int