pub unsafe extern "C" fn tcg_op_insert_after(
    s: *mut TCGContext,
    op: *mut TCGOp,
    opc: TCGOpcode,
    narg: c_int
) -> *mut TCGOp