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