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

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