Function FaxRegisterRoutingExtensionW
pub unsafe fn FaxRegisterRoutingExtensionW<P1, P2, P3>(
faxhandle: HANDLE,
extensionname: P1,
friendlyname: P2,
imagename: P3,
callback: PFAX_ROUTING_INSTALLATION_CALLBACKW,
context: *const c_void,
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,