Type Alias LPWPUCLOSETHREAD
pub type LPWPUCLOSETHREAD = Option<unsafe extern "system" fn(lpthreadid: *const WSATHREADID, lperrno: *mut i32) -> i32>;Aliased Type§
pub enum LPWPUCLOSETHREAD {
None,
Some(unsafe extern "system" fn(*const WSATHREADID, *mut i32) -> i32),
}