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.
pub unsafe extern "C" fn mlirStringRefCreateFromCString(
str_: *const c_char,
) -> MlirStringRef
Constructs a string reference from a null-terminated C string. Prefer mlirStringRefCreate if the length of the string is known.