pub unsafe extern "C" fn setxattr(
    path: *const i8,
    name: *const i8,
    value: *const c_void,
    size: usize,
    flags: i32
) -> i32