pub unsafe fn UNSAFE_GetString(data: &[u8]) -> cc_string
data must have at least STRING_SIZE bytes and outlive the returned cc_string, which borrows it as a non-owning buffer.
data
STRING_SIZE
cc_string