Function windows::Win32::Graphics::Printing::GdiGetSpoolFileHandle

pub unsafe fn GdiGetSpoolFileHandle<P0, P1>(
    pwszprintername: P0,
    pdevmode: *mut DEVMODEW,
    pwszdocname: P1,
) -> HANDLE
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,