🔬This is a nightly-only experimental API. (
windows_c
)Statics
PTR
contains a function pointer to one of three functions. It starts with theload
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, thenPTR
is set tofallback
.
Functions
- call⚠Experimental