pub unsafe extern "C" fn gcc_jit_context_new_binary_op(
    ctx: *mut gcc_jit_context,
    loc: *mut gcc_jit_location,
    op: gcc_jit_binary_op,
    ty: *mut gcc_jit_type,
    left: *mut gcc_jit_rvalue,
    right: *mut gcc_jit_rvalue
) -> *mut gcc_jit_rvalue