pub unsafe fn CreatePrinterIC<P0>(
    hprinter: P0,
    pdevmode: Option<*const DEVMODEW>
) -> HANDLE
where P0: IntoParam<HANDLE>,