pub unsafe fn FaxStartPrintJobW<P0>(
    printername: P0,
    printinfo: *const FAX_PRINT_INFOW,
    faxjobid: *mut u32,
    faxcontextinfo: *mut FAX_CONTEXT_INFOW
) -> Result<()>
where P0: IntoParam<PCWSTR>,