Type Definition winapi::shared::minwindef::PROC

source ·
pub type PROC = *mut __some_function;
Expand description

Pointer to a function with unknown type signature.