pub unsafe extern "C" fn fuse_get_context() -> *mut fuse_contextExpand description
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
pub unsafe extern "C" fn fuse_get_context() -> *mut fuse_contextGet 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