[][src]Function ffi_toolkit::catch_panic_response

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