pub unsafe fn FaxConnectFaxServerW<P0>(
    machinename: P0,
    faxhandle: *mut HANDLE
) -> Result<()>
where P0: IntoParam<PCWSTR>,