pub unsafe fn SetPortW<P0, P1>(
    pname: P0,
    pportname: P1,
    dwlevel: u32,
    pportinfo: *const u8
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,