pub unsafe extern "C" fn LLVMConstStringInContext(
C: LLVMContextRef,
Str: *const c_char,
Length: c_uint,
DontNullTerminate: LLVMBool,
) -> LLVMValueRefExpand description
Create a ConstantDataSequential and initialize it with a string.
@deprecated LLVMConstStringInContext is deprecated in favor of the API accurate LLVMConstStringInContext2 @see llvm::ConstantDataArray::getString()