pub type PFN_HTTPEXTENSIONPROC = Option<unsafe extern "system" fn(pecb: *mut EXTENSION_CONTROL_BLOCK) -> u32>;
Expand description

Required features: "Win32_System_Iis", "Win32_Foundation"