unsafe extern "rust-intrinsic" fn va_arg<T: VaArgSafe>( ap: &mut VaListImpl<'_> ) -> T
Loads an argument of type T from the va_list ap and increment the argument ap points to.
T
va_list
ap