#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_shr(stack: Stack) -> StackExpand description
Logical shift right (zero-fill)
Stack effect: ( value count – result ) Shifts value right by count bits, filling with zeros. Negative count or count >= 64 returns 0.
§Safety
Stack must have two Int values on top