pub unsafe extern "C" fn fuse_reply_readlink(
req: fuse_req_t,
link: *const c_char,
) -> c_intExpand description
Reply with the contents of a symbolic link
Possible requests: readlink
@param req request handle @param link symbolic link contents @return zero for success, -errno for failure to send reply