pub unsafe fn SpoolerCopyFileEvent<P0, P1>(
    pszprintername: P0,
    pszkey: P1,
    dwcopyfileevent: u32
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,