Type Definition NilableString
artichoke_backend::extn::core::regexp::backend
type NilableString = Option<Vec<u8>>;