//! Helpers for resolving and registering IL2CPP internal calls.
//!
//! These functions are lower-level than the usual cache/object workflow and are
//! mainly useful when Unity exposes the functionality you need as an icall.
use api;
use ;
/// Resolver and registration helper for IL2CPP internal calls.
;