pub unsafe fn GdiStartDocEMF<P0>(
    spoolfilehandle: P0,
    pdocinfo: *mut DOCINFOW
) -> BOOL
where P0: IntoParam<HANDLE>,