pub(crate) fn r_wrapper_const_ident_for(rust_ident: &Ident) -> Ident
Identifier for the generated const &str holding the R wrapper source.
const &str
Returns R_WRAPPER_{RUST_IDENT} (uppercased).
R_WRAPPER_{RUST_IDENT}