Function Str->Sym

Part of:

package c2ffi
( str->sym < str > &optional < package > )

Generates a Lisp name in the form of a symbol from a given C-style name by replacing underscores with dashes, uppercasing, then interning the symbol.