[][src]Function libfuse_sys::fuse_get_context

pub unsafe extern "C" fn fuse_get_context() -> *mut fuse_context

Get the current context

The context is only valid for the duration of a filesystem operation, and thus must not be stored and used later.

@return the context