pub fn probe_backdoor() -> Result<BackdoorGuard, VmwError>
Expand description

Try to acquire access to the backdoor, and probe its presence.

Wherever possible, use probe_backdoor_privileged() instead.