int strprefix( ffi.Pointer<ffi.Char> s1, ffi.Pointer<ffi.Char> s2, ) { return _strprefix( s1, s2, ); }