Type Alias windows::Win32::Networking::WinSock::LPWSCINSTALLNAMESPACE
pub type LPWSCINSTALLNAMESPACE = Option<unsafe extern "system" fn(lpszidentifier: PCWSTR, lpszpathname: PCWSTR, dwnamespace: u32, dwversion: u32, lpproviderid: *const GUID) -> i32>;
Aliased Type§
enum LPWSCINSTALLNAMESPACE {
None,
Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32, _: u32, _: *const GUID) -> i32),
}