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