Function ctor8

Source
pub unsafe fn ctor8(data: *const c_char) -> BSFixedString
Expand description

Creates a new BSFixedStringInternal from a raw pointer.

ยงSafety

  • data must be a valid null-terminated string pointer.