pub unsafe extern "C" fn fuse_session_data(
se: *mut fuse_session,
) -> *mut c_voidExpand description
Get the user data provided to the session
@param se the session @return the user data
pub unsafe extern "C" fn fuse_session_data(
se: *mut fuse_session,
) -> *mut c_voidGet the user data provided to the session
@param se the session @return the user data