pub unsafe fn WSCInstallNameSpaceEx32<P0, P1>(
    lpszidentifier: P0,
    lpszpathname: P1,
    dwnamespace: u32,
    dwversion: u32,
    lpproviderid: *const GUID,
    lpproviderspecific: *const BLOB
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,