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