Macro suricata::cast_pointer

source ·
macro_rules! cast_pointer {
    ($ptr:ident, $ty:ty) => { ... };
}
Expand description

Cast pointer to a variable, as a mutable reference to an object

UNSAFE !