pub const PERL_THREADED: &str = "threaded";Expand description
"threaded" if the target Perl was built with useithreads,
"non-threaded" otherwise. Threading mode determines whether
most Perl C API functions take a leading my_perl: *mut PerlInterpreter
parameter.