pub type PeerManagerGetControllerForTargetResult = Result<(), i32>;
pub enum PeerManagerGetControllerForTargetResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value