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