Function 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.