pub fn r_initialized_sentinel() -> boolExpand description
Check whether Rf_initialize_R has run by inspecting stack sentinels.
R_CStackStart/R_CStackDir are set during R initialization on the main
thread. A zero or usize::MAX value indicates “not initialized”.