Function av_hash_names
pub unsafe extern "C" fn av_hash_names(i: i32) -> *const i8
Expand description
Get the names of available hash algorithms.
This function can be used to enumerate the algorithms.
@param[in] i Index of the hash algorithm, starting from 0
@return Pointer to a static string or NULL
if i
is out of range