pub unsafe fn deregister_unwind_info(
    text_section_base_address: *mut u8
) -> Result<(), ExternalUnwindInfoError>
Expand description

Remove a previously-registered section of external unwinding information.

Returns ExternalUnwindInfoError::NotRegistered if no unwinding information was registered for the given text_section_base_address.