Function mlir_sys::mlirStringRefCreateFromCString
source · pub unsafe extern "C" fn mlirStringRefCreateFromCString(
str_: *const c_char
) -> MlirStringRef
Expand description
Constructs a string reference from a null-terminated C string. Prefer mlirStringRefCreate if the length of the string is known.