pub unsafe fn PdhFormatFromRawValue(
    dwcountertype: u32,
    dwformat: PDH_FMT,
    ptimebase: Option<*const i64>,
    prawvalue1: *const PDH_RAW_COUNTER,
    prawvalue2: *const PDH_RAW_COUNTER,
    pfmtvalue: *mut PDH_FMT_COUNTERVALUE
) -> u32