pub(super) fn opt_mut<T: Sized, Num: ArgNumber>( t: Option<&mut T>, ) -> ArgReg<'_, Num>
Convert an optional mutable reference into a usize for passing to a syscall.
usize