#[no_mangle]
pub extern "C" fn LLVMConstStringInContext2(
C: LLVMContextRef,
Str: *const c_char,
Length: usize,
DontNullTerminate: LLVMBool,
) -> LLVMValueRef
#[no_mangle]
pub extern "C" fn LLVMConstStringInContext2(
C: LLVMContextRef,
Str: *const c_char,
Length: usize,
DontNullTerminate: LLVMBool,
) -> LLVMValueRef