pub unsafe fn StartDocPrinterW<P0>(
    hprinter: P0,
    level: u32,
    pdocinfo: *const DOC_INFO_1W
) -> u32
where P0: IntoParam<HANDLE>,