unsafe fn va_arg<T: VaArgSafe>(ap: &mut VaListImpl<'_>) -> T
🔬This is a nightly-only experimental API. (
c_variadic
#44930)Expand description
Loads an argument of type T
from the va_list
ap
and increment the
argument ap
points to.