Function esp_idf_sys::fchownat

source ·
pub unsafe extern "C" fn fchownat(
    __dirfd: c_int,
    __path: *const c_char,
    __owner: uid_t,
    __group: gid_t,
    __flags: c_int
) -> c_int