pub unsafe fn ReadThreadProfilingData<P0>(
    performancedatahandle: P0,
    flags: u32,
    performancedata: *mut PERFORMANCE_DATA
) -> u32
where P0: Param<HANDLE>,