ffi.Pointer<ffi.Int8> strncpy( ffi.Pointer<ffi.Int8> __dest, ffi.Pointer<ffi.Int8> __src, int __n, ) { return _strncpy( __dest, __src, __n, ); }