pub unsafe extern "C" fn spa_strendswith(
    s: *const c_char,
    suffix: *const c_char
) -> bool
Expand description

\return true if \a s ends with the \a suffix or false otherwise. A \a s is NULL, it never ends with the given \a suffix. A \a suffix of NULL is a bug in the caller.