pub unsafe extern "C" fn environ_get(arg0: i32, arg1: i32) -> i32
Expand description

Read environment variable data. The sizes of the buffers should match that returned by environ_sizes_get. Key/value pairs are expected to be joined with =s, and terminated with \0s.