#[unsafe(no_mangle)]pub extern "C" fn pxs_gethost(
runtime: pxs_VarT,
var: pxs_VarT,
) -> *mut c_voidExpand description
Get the HostPointer universally supported for:
- Objects that have
_pxs_ptrassigned. - Integers (signed and unsigned)
- HostObjects
All other types will return NULL.