Function opt_mut

Source
pub(super) fn opt_mut<T: Sized, Num: ArgNumber>(
    t: Option<&mut T>,
) -> ArgReg<'_, Num>
Expand description

Convert an optional mutable reference into a usize for passing to a syscall.