pub unsafe extern "C" fn spa_strneq( s1: *const c_char, s2: *const c_char, len: usize, ) -> bool
\return true if the two strings are equal, false otherwise
If both \a a and \a b are NULL, the two are considered equal.