static PTR: AtomicPtr<c_void>
🔬This is a nightly-only experimental API. (windows_c)
Expand description

PTR contains a function pointer to one of three functions. It starts with the load function. When that is called it attempts to load the requested symbol. If it succeeds, PTR is set to the address of that symbol. If it fails, then PTR is set to fallback.