pub unsafe fn EnableThreadProfiling<P0>(
    threadhandle: P0,
    flags: u32,
    hardwarecounters: u64,
    performancedatahandle: *mut HANDLE
) -> u32
where P0: Param<HANDLE>,