pub unsafe extern "C" fn fdt_strerror(errval: c_int) -> *const c_charExpand description
fdt_strerror - return string description of error code @errval: Error code returned by a libfdt function
fdt_strerror() returns a string description of the error code passed in @errval.
returns: pointer to a string describing the error code