fn rename_self_to_param<'db>(
sema: &Semantics<'db, RootDatabase>,
local: Local<'db>,
self_param: SelfParam,
new_name: &Name,
identifier_kind: IdentifierKind,
find_path_config: FindPathConfig,
) -> Result<SourceChange, RenameError>