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