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

getxattr

Function getxattr 

Source
pub unsafe extern "C" fn getxattr(
    path: *const c_char,
    name: *const c_char,
    value: *mut c_void,
    size: size_t,
) -> ssize_t