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

type PROC = *mut __some_function;

Pointer to a function with unknown type signature.