Function rustix::backend::conv::pass_usize

source ยท
pub(super) fn pass_usize<'a, Num: ArgNumber>(t: usize) -> ArgReg<'a, Num>
Expand description

Pass an arbitrary usize value.

For passing pointers, use void_star or other functions which take a raw pointer instead of casting to usize, so that provenance is preserved.