Function twz_rt_locate_object_start

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

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