Function _Unwind_SetGR

Source
pub unsafe extern "C" fn _Unwind_SetGR(
    context: *mut _Unwind_Context,
    index: c_int,
    new_value: usize,
)