macro_rules! PL_curstash_ptr {
($my_perl:expr) => { ... };
}Expand description
*mut accessor for PL_curstash (read form: PL_curstash!).
macro_rules! PL_curstash_ptr {
($my_perl:expr) => { ... };
}*mut accessor for PL_curstash (read form: PL_curstash!).