Function core::ffi::va_arg

source ·
unsafe extern "rust-intrinsic" fn va_arg<T: VaArgSafe>(
    ap: &mut VaListImpl<'_>
) -> T
Expand description

Loads an argument of type T from the va_list ap and increment the argument ap points to.