unsafe extern "rust-intrinsic" fn va_copy<'f>(
dest: *mut VaListImpl<'f>,
src: &VaListImpl<'f>
)Expand description
Copies the current location of arglist src to the arglist dst.
unsafe extern "rust-intrinsic" fn va_copy<'f>(
dest: *mut VaListImpl<'f>,
src: &VaListImpl<'f>
)Copies the current location of arglist src to the arglist dst.