pub unsafe extern "C" fn PxProfilerCallback_zoneEnd_mut(
self_: *mut PxProfilerCallback,
profilerData: *mut c_void,
eventName: *const c_char,
detached: bool,
contextId: u64,
)Expand description
Mark the end of a nested profile block
eventName plus contextId can be used to uniquely match up start and end of a zone.