implied_err_cast_return
add_implied_return_hook("ERR_PTR", &implied_err_cast_return, NULL);
add_implied_return_hook("ERR_CAST", &implied_err_cast_return, NULL);
add_implied_return_hook("PTR_ERR", &implied_err_cast_return, NULL);