pub unsafe extern "C" fn hdfsCancelDelegationToken(
fs: hdfsFS,
token: *const c_char,
) -> c_intExpand description
Cancel a delegation token.
@param fs The file system. @param token The token to be canceled.
@return return 0 on success, -1 on error.