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

type PROC = *mut __some_function;

Pointer to a function with unknown type signature.