Function FaxRegisterServiceProviderW
pub unsafe fn FaxRegisterServiceProviderW<P0, P1, P2, P3>(
deviceprovider: P0,
friendlyname: P1,
imagename: P2,
tspname: P3,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,