pub unsafe extern "system" fn GetThreadTimes(
    hThread: *mut c_void,
    lpCreationTime: *mut FILETIME,
    lpExitTime: *mut FILETIME,
    lpKernelTime: *mut FILETIME,
    lpUserTime: *mut FILETIME
) -> i32