pub type ENUMRESTYPEPROCW = Option<unsafe extern "system" fn(hModule: HMODULE, lpType: LPWSTR, lParam: LONG_PTR) -> BOOL>;
Aliased Type§
pub enum ENUMRESTYPEPROCW {
None,
Some(unsafe extern "system" fn(*mut HINSTANCE__, *mut u16, isize) -> i32),
}