Function windows::Win32::Graphics::Printing::AddJobW

pub unsafe fn AddJobW<P0>(
    hprinter: P0,
    level: u32,
    pdata: Option<&mut [u8]>,
    pcbneeded: *mut u32,
) -> BOOL
where P0: Param<HANDLE>,