pub unsafe extern "C" fn dr_is_thread_native(
drcontext: *mut c_void,
) -> bool_Expand description
Returns whether the thread represented by \p drcontext is currently executing natively (typically due to an earlier #DR_EMIT_GO_NATIVE return value).