Type Alias ENUMRESTYPEPROCW
pub type ENUMRESTYPEPROCW = Option<unsafe extern "system" fn(hmodule: HMODULE, lptype: PCWSTR, lparam: isize) -> BOOL>;Aliased Type§
pub enum ENUMRESTYPEPROCW {
None,
Some(unsafe extern "system" fn(*mut c_void, *const u16, isize) -> i32),
}