usestd::os::raw::c_voidas void;/// `FromRaw` is a trait for entities that
/// are typically created outside of Rust code.
pubtraitFromRaw{/// Construct entity from raw data. Unsafe.
/// Please be 100% sure that you pass correct pointer.
unsafefnfrom_raw(raw:*mut void)->Self;}