Function core::ffi::va_copy

source ·
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.