Function rust_raylib::ffi::CodepointToUTF8
source · pub unsafe extern "C" fn CodepointToUTF8(
codepoint: c_int,
utf8Size: *mut c_int
) -> *const c_charExpand description
Encode one codepoint into UTF-8 byte array (array length returned as parameter)