pub unsafe fn WdsCliCreateSession<P0>(
    pwszserver: P0,
    pcred: Option<*const WDS_CLI_CRED>
) -> Result<HANDLE>
where P0: IntoParam<PCWSTR>,