Trait RawPtr
ash
pub trait RawPtr<T> { fn as_raw_ptr(&self) -> *const T; }
fn as_raw_ptr(&self) -> *const T
impl<'r, T> RawPtr<T> for Option<&'r T>