pub const GetAllocError = error
pub const GetAllocError = error{
OutOfMemory,
EnvironmentVariableMissing,
/// On Windows, environment variable keys provided by the user must be
/// valid [WTF-8](https://wtf-8.codeberg.page/). This error is unreachable
/// if the key is statically known to be valid.
InvalidWtf8,
}