Function LLVMBuildGlobalStringPtr

Source
pub unsafe extern "C" fn LLVMBuildGlobalStringPtr(
    B: LLVMBuilderRef,
    Str: *const c_char,
    Name: *const c_char,
) -> LLVMValueRef
👎Deprecated since 201.0.0: Use LLVMBuildGlobalString instead, which has identical behavior