pub type REGISTERWORDENUMPROCW = Option<unsafe extern "C" fn(lpszReading: LPCWSTR, arg1: DWORD, lpszString: LPCWSTR, arg2: LPVOID) -> c_int>;Aliased Type§
pub enum REGISTERWORDENUMPROCW {
None,
Some(unsafe extern "C" fn(*const u16, u32, *const u16, *mut c_void) -> i32),
}