Function llvm_sys::core::LLVMConstStringInContext
source ยท pub unsafe extern "C" fn LLVMConstStringInContext(
C: LLVMContextRef,
Str: *const c_char,
Length: c_uint,
DontNullTerminate: LLVMBool,
) -> LLVMValueRef
๐Deprecated since 19.1: Use LLVMConstStringInContext2 instead.