pub fn catch_panic_response<F, T>(callback: F) -> *mut Twhere T: Default + CodeAndMessage, F: FnOnce() -> *mut T,