Function libc::setxattr
[−]
[src]
pub unsafe extern "C" fn setxattr(
path: *const c_char,
name: *const c_char,
value: *const c_void,
size: size_t,
position: u32,
flags: c_int
) -> c_int