Type Alias LPWSCINSTALLNAMESPACE
pub type LPWSCINSTALLNAMESPACE = Option<unsafe extern "system" fn(lpszidentifier: PCWSTR, lpszpathname: PCWSTR, dwnamespace: u32, dwversion: u32, lpproviderid: *const GUID) -> i32>;Aliased Type§
pub enum LPWSCINSTALLNAMESPACE {
None,
Some(unsafe extern "system" fn(PCWSTR, PCWSTR, u32, u32, *const GUID) -> i32),
}