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.