Function from_u32_unchecked

Deprecated since TBD: replaced by the `from_u32_unchecked` method on `char`
#[must_use]
pub const unsafe fn from_u32_unchecked(i: u32) -> char

Converts a u32 to a char, ignoring validity. Use char::from_u32_unchecked instead.