pub unsafe fn register_dtor_fallback(
    t: *mut u8,
    dtor: unsafe extern "C" fn(_: *mut u8)
)
🔬This is a nightly-only experimental API. (thread_local_internals)