pub unsafe extern "C" fn LLVMConstString(
    Str: *const c_char,
    Length: c_uint,
    DontNullTerminate: LLVMBool
) -> LLVMValueRef