pub fn copy_from_kernel<T>(to: &mut T) -> Result<Status, Status>where T: SentryExchangeable + ?Sized,
Copy a given generic type from the kernel exchange zone to the given mutable reference