pub unsafe fn QueryThreadProfiling<P0>(
    threadhandle: P0,
    enabled: *mut BOOLEAN
) -> u32
where P0: Param<HANDLE>,