[−][src]Type Definition winapi::shared::minwindef::FARPROC
type FARPROC = *mut __some_function;
Pointer to a function with unknown type signature.
type FARPROC = *mut __some_function;
Pointer to a function with unknown type signature.