Function va_end

unsafe fn va_end(ap: &mut crate::ffi::va_list::VaList<'_>)

Destroy the arglist ap after initialization with va_start or va_copy.

Safety

ap must not be used to access variable arguments after this call.