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