pub unsafe fn GetTimingReport<P0>(
    hmonitor: P0,
    pmtrmonitortimingreport: *mut MC_TIMING_REPORT
) -> i32
where P0: IntoParam<HANDLE>,