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