unsafe fn get_table_from_body<T>(body: &[u8]) -> T
Expand description

Will fill the table from the header data, and zero out remaining bytes if any are left

Safety

the pointer must be valid and point to a valid table Also, <T> must be valid when some parts of it is zero