pub unsafe fn find_eh_action(
    lsda: *const u8,
    context: &EHContext<'_>
) -> Result<EHAction, ()>