#[unsafe(no_mangle)]pub extern "C" fn __errno_location() -> *mut c_int
Provide a pointer to relibc’s internal errno variable.
errno
This is the basis of the C-facing macro definition of errno, and should not be used directly.