Type Definition winapi::shared::minwindef::FARPROC[][src]

type FARPROC = *mut __some_function;

Pointer to a function with unknown type signature.