pub unsafe fn PlayGdiScriptOnPrinterIC<P0>(
    hprinteric: P0,
    pin: &[u8],
    pout: &mut [u8],
    ul: u32
) -> BOOL
where P0: IntoParam<HANDLE>,