Function twz_rt_get_object_handle

Source
pub unsafe extern "C-unwind" fn twz_rt_get_object_handle(
    p: *mut c_void,
) -> object_handle
Expand description

Given a pointer, find the associated object. The returned pointer and the passed pointer p are guaranteed to be in the same object, allowing pointer arithmetic.