Function LLVMBuildIsNotNull

Source
#[no_mangle]
pub extern "C" fn LLVMBuildIsNotNull(
    arg1: LLVMBuilderRef,
    Val: LLVMValueRef,
    Name: *const c_char,
) -> LLVMValueRef