pub unsafe extern "C" fn astcenc_get_error_string(
status: astcenc_error,
) -> *const c_charExpand description
@brief Get a printable string for specific status code.
@param status The status value.
@return A human readable nul-terminated string.