pub type LPWSCINSTALLNAMESPACE = Option<unsafe extern "system" fn(lpszidentifier: PCWSTR, lpszpathname: PCWSTR, dwnamespace: u32, dwversion: u32, lpproviderid: *const GUID) -> i32>;

Aliased Type§

enum LPWSCINSTALLNAMESPACE {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32, _: u32, _: *const GUID) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32, _: u32, _: *const GUID) -> i32)

Some value of type T.