pub unsafe fn va_arg<T>(ap: &mut VaListImpl<'_>) -> Twhere
T: VaArgSafe,
core_intrinsics)
Loads an argument of type T from the va_list ap and increment the argument ap points to.
This function is only sound to call when:
T.T.Calling this function with an incompatible type, an invalid value, or when there are no more variable arguments, is unsound.
© 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_arg.html