#[unsafe(no_mangle)]pub unsafe extern "C" fn fgetws( ws: *mut wchar_t, n: c_int, stream: *mut FILE, ) -> *mut wchar_t
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fgetws.html.