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