pub unsafe extern "C" fn fuse_reply_write(
req: fuse_req_t,
count: size_t,
) -> c_intExpand description
Reply with number of bytes written
Possible requests: write
@param req request handle @param count the number of bytes written @return zero for success, -errno for failure to send reply