pub unsafe extern "C" fn LLVMCreateGenericValueOfInt(
    Ty: LLVMTypeRef,
    N: c_ulonglong,
    IsSigned: LLVMBool
) -> LLVMGenericValueRef