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