pub fn set_upcall_handler( handler: Option<unsafe extern "C-unwind" fn(frame: *mut c_void, info: *const c_void)>, ) -> Result<(), HandlerSetError>