Function GetEnvironmentVariableA

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