Function LLVMConstStructInContext

Source
pub(crate) unsafe extern "C" fn LLVMConstStructInContext<'a>(
    C: &'a Context,
    ConstantVals: *const &'a Value,
    Count: c_uint,
    Packed: c_int,
) -> &'a Value