def fdt_move(fdt, buf, bufsize): return _libfdt.fdt_move(fdt, buf, bufsize)
def fdt_move(*args): return _libfdt.fdt_move(*args)