pub unsafe extern "C" fn krb5_cc_close(
context: krb5_context,
cache: krb5_ccache,
) -> krb5_error_codeExpand description
Close a credential cache handle.
@param [in] context Library context @param [in] cache Credential cache handle
This function closes a credential cache handle @a cache without affecting the contents of the cache.
@retval 0 Success @return Kerberos error codes