pub unsafe extern "system" fn TerminateProcess(
    hProcess: *mut c_void,
    uExitCode: u32
) -> i32