pub unsafe fn ReadPrinter<P0>(
    hprinter: P0,
    pbuf: *mut c_void,
    cbbuf: u32,
    pnobytesread: *mut u32
) -> BOOL
where P0: IntoParam<HANDLE>,