Function FaxSendDocumentForBroadcastW
pub unsafe fn FaxSendDocumentForBroadcastW<P1>(
faxhandle: HANDLE,
filename: P1,
faxjobid: *mut u32,
faxrecipientcallback: PFAX_RECIPIENT_CALLBACKW,
context: *const c_void,
) -> Result<()>where
P1: Param<PCWSTR>,