pub unsafe extern "C" fn fuse_req_ctx(
req: fuse_req_t,
) -> *const fuse_ctxExpand description
Get the context from the request
The pointer returned by this function will only be valid for the request’s lifetime
@param req request handle @return the context structure