Function vonuvoli_scheme::externals::libc::getxattr[][src]

pub unsafe extern "C" fn getxattr(
    path: *const i8,
    name: *const i8,
    value: *mut c_void,
    size: usize
) -> isize
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io