ffi.Pointer<ffi.Int8> strstr( ffi.Pointer<ffi.Int8> __haystack, ffi.Pointer<ffi.Int8> __needle, ) { return _strstr( __haystack, __needle, ); }