winapi::shared::minwindef

Type Alias FARPROC

Source
pub type FARPROC = *mut __some_function;
Expand description

Pointer to a function with unknown type signature.