unsafe fn va_copy<'f>(dest: *mut VaListImpl<'f>, src: &VaListImpl<'f>)
🔬This is a nightly-only experimental API. (
c_variadic
#44930)Expand description
Copies the current location of arglist src
to the arglist dst
.
unsafe fn va_copy<'f>(dest: *mut VaListImpl<'f>, src: &VaListImpl<'f>)
c_variadic
#44930)Copies the current location of arglist src
to the arglist dst
.