🔬This is a nightly-only experimental API. (windows_c)

Statics

  • PTR 🔒 Experimental
    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.

Functions

Type Definitions

  • F 🔒 Experimental