[−][src]Function haybale_pitchfork::hook_helpers::reinitialize_pointee
pub fn reinitialize_pointee<'p>(
proj: &'p Project,
state: &mut State<'p, Backend>,
pointer: &Operand,
ad: AbstractData,
sd: &'p StructDescriptions
) -> Result<()>
Reinitializes whatever is pointed to by the given pointer, according to the
given AbstractData
.