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