pub fn register_rlang_ccallables()Expand description
Register all rlang CCallable functions in the cross-package registry.
This overwrites any entries previously registered by rlang’s own C code, ensuring downstream packages get working Rust implementations instead of pointers to uninitialized C code.