pub unsafe fn RegisterDeviceWithManagement<P0, P1, P2>(
    pszupn: P0,
    ppszmdmserviceuri: P1,
    ppzsaccesstoken: P2
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,