Type Alias windows::Win32::Networking::WinSock::LPWSCWRITEPROVIDERORDER
pub type LPWSCWRITEPROVIDERORDER = Option<unsafe extern "system" fn(lpwdcatalogentryid: *mut u32, dwnumberofentries: u32) -> i32>;
Aliased Type§
enum LPWSCWRITEPROVIDERORDER {
None,
Some(unsafe extern "system" fn(_: *mut u32, _: u32) -> i32),
}