macro_rules! impl_sysvar_get {
    ($syscall_name:ident) => { ... };
}
Expand description

Implements the Sysvar::get method for both BPF and host targets.