This function doesn't exist. The conversion is not complicated (in SFML 1.6), a sf::View only has a position and a size; you just need to apply the inverse operation.
Out of curiosity... what are you doing? So far, I've only seen people using SetCursorPosition to implement first person camera movement.