pub unsafe extern "C" fn krb5_salttype_to_string(
salttype: krb5_int32,
buffer: *mut c_char,
buflen: usize,
) -> krb5_error_codeExpand description
Convert a salt type to a string.
@param [in] salttype Salttype to convert @param [out] buffer Buffer to receive the converted string @param [in] buflen Storage available in @a buffer
@retval 0 Success; otherwise - Kerberos error codes