fuse_session_data

Function fuse_session_data 

Source
pub unsafe extern "C" fn fuse_session_data(
    se: *mut fuse_session,
) -> *mut c_void
Expand description

Get the user data provided to the session

@param se the session @return the user data