Function libax::cbindings::ax_lstat

source ·
#[no_mangle]
pub unsafe extern "C" fn ax_lstat(
    path: *const c_char,
    buf: *mut stat
) -> isize
Available on crate features fs and cbindings only.
Expand description

Get the metadata of the symbolic link and write into buf.

Return 0 if success.