1 2 3 4 5 6 7 8
/// HeKWASUTF8 - macro function #[inline] #[allow(unsafe_op_in_unsafe_fn)] pub unsafe fn HeKWASUTF8(he: *const HE) -> c_uchar { unsafe { HEK_WASUTF8(HeKEY_hek(he)) } }