Function FaxSendDocumentW
pub unsafe fn FaxSendDocumentW<P1>(
faxhandle: HANDLE,
filename: P1,
jobparams: *const FAX_JOB_PARAMW,
coverpageinfo: *const FAX_COVERPAGE_INFOW,
faxjobid: *mut u32,
) -> Result<()>where
P1: Param<PCWSTR>,