Function set

Source
pub fn set(
    ctx: &mut (impl Gpio + UserErrorConversion),
    memory: &dyn GuestMemory,
    arg0: i32,
    arg1: i32,
) -> Result<i32>