pub unsafe extern "system" fn GetThreadInformation(
    hThread: *mut c_void,
    ThreadInformationClass: u32,
    ThreadInformation: *mut c_void,
    ThreadInformationSize: u32
) -> i32