I'm not getting any warnings for ffi safety when doing this: ```rust #[repr(C)] struct Foo { a: Option<u32>, } ``` Is this allowed now?