pub unsafe extern "C" fn _wfreopen(
    _FileName: *const u16,
    _Mode: *const u16,
    _OldStream: *mut FILE
) -> *mut FILE