unsafe fn va_end(ap: &mut VaListImpl<'_>)
🔬This is a nightly-only experimental API. (
c_variadic
#44930)Expand description
Destroy the arglist ap
after initialization with va_start
or
va_copy
.
unsafe fn va_end(ap: &mut VaListImpl<'_>)
c_variadic
#44930)Destroy the arglist ap
after initialization with va_start
or
va_copy
.