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