Function GetEnvironmentVariableA

Source
pub unsafe extern "C" fn GetEnvironmentVariableA(
    lpName: LPCSTR,
    lpBuffer: LPSTR,
    nSize: DWORD,
) -> DWORD