pub fn find_raw(name: &str) -> Option<RawVariable>Expand description
Returns a reference to the address of the shell variable referenced by
name.
Using this reference is unsafe because the memory is owned by bash. Whenever
possible, use find or find_as_string.