pub unsafe extern "C" fn LLVMConstArray<'a>(
    ElementTy: &'a Type,
    ConstantVals: *const &'a Value,
    Length: c_uint
) -> &'a Value