pub unsafe fn va_end(ap: &mut VaListImpl<'_>)
core_intrinsics)
Destroy the arglist ap after initialization with va_start or va_copy.
ap must not be used to access variable arguments after this call.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.va_end.html